Skip to content

Commit 00f36b9

Browse files
committed
ci: use figma secrets in test workflow
1 parent 9c0d592 commit 00f36b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434

3535
- name: Run Tests with Coverage
3636
run: pnpm run test:coverage
37+
env:
38+
VITE_FIGMA_TOKEN: ${{ secrets.VITE_FIGMA_TOKEN }}
39+
VITE_FIGMA_FILE_KEY: ${{ secrets.VITE_FIGMA_FILE_KEY }}
3740

3841
- name: Upload Coverage Report (GitHub Artifact)
3942
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)