firefoxux/Central>Figma Variable Import
Imports variables from Mozilla central to Figma
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 9, 2026
- License
- MPL 2.0
Pinned Snippet
uses: firefoxux/figma-variable-import@ac836f804cff262aafd827d0f80799fad66665c8 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| FIGMA_URL_EXPERIMENTAL_DESKTOP_STYLES | URL of the Nova Styles Figma file (input name kept for back-compat with existing secrets) | — | — |
| FIGMA_URL_ANDROID_COMPONENTS | URL of the Figma file for Android components | — | — |
| FIGMA_URL_MOBILE_STYLES | URL of the Figma file for mobile styles | — | — |
| FIGMA_ACCESS_TOKEN | Access token to authenticate with Figma | yes | — |
| SLACK_WEBHOOK_SUCCESS | Webhook URL of a Slack workflow to notify on success | — | — |
| SLACK_WEBHOOK_FAILURE | Webhook URL of a Slack workflow to notify on failure | — | — |
| ONLY_RUN_JOBS | Comma-separated list of jobs to run. If not set, all jobs will be run | — | — |
| DRY_RUN | Optional global override: 'true' forces every job to dry-run, 'false' forces every job to write. Empty uses per-job defaults from src/mozilla/jobs.ts. | — | "" |
Outputs
no outputs