We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606c28b commit 5691640Copy full SHA for 5691640
.github/workflows/sync-figma-to-tokens.yml
@@ -29,7 +29,7 @@ jobs:
29
run: npm install
30
31
- name: Sync variables in Figma file to tokens
32
- run: npm run sync-figma-to-tokens -- --output tokens
+ run: npm run sync-figma-to-tokens -- --output packages/ffe-core/tokens
33
env:
34
FILE_KEY: ${{ github.event.inputs.file_key }}
35
PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_ACTION_VARIABLES_SYNC_FIGMA_TOKEN }}
0 commit comments