# Figma personal access token (read scope) — the audit scripts read FIGMA_PERSONAL_ACCESS_TOKEN. # CI secret is named FIGMA_TOKEN; map it in the workflow (see docs/CONSUMER_AUDIT_SETUP.md): # FIGMA_PERSONAL_ACCESS_TOKEN: ${{ secrets.FIGMA_TOKEN }} # The master gate (audit-mockup-conformance.mjs) also accepts a local FIGMA_TOKEN as a # fallback and maps it to FIGMA_PERSONAL_ACCESS_TOKEN for its sub-audits. FIGMA_PERSONAL_ACCESS_TOKEN=your_figma_personal_access_token_here FIGMA_FILE_KEY=YbsPRUVmNdsbN40NNwh1Gn