firefoxux/Central>Figma Variable Import

Imports variables from Mozilla central to Figma

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 9, 2026
License
MPL 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: firefoxux/figma-variable-import@ac836f804cff262aafd827d0f80799fad66665c8 # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
FIGMA_URL_EXPERIMENTAL_DESKTOP_STYLESURL of the Nova Styles Figma file (input name kept for back-compat with existing secrets)
FIGMA_URL_ANDROID_COMPONENTSURL of the Figma file for Android components
FIGMA_URL_MOBILE_STYLESURL of the Figma file for mobile styles
FIGMA_ACCESS_TOKENAccess token to authenticate with Figmayes
SLACK_WEBHOOK_SUCCESSWebhook URL of a Slack workflow to notify on success
SLACK_WEBHOOK_FAILUREWebhook URL of a Slack workflow to notify on failure
ONLY_RUN_JOBSComma-separated list of jobs to run. If not set, all jobs will be run
DRY_RUNOptional 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.""

no outputs