We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0d592 commit 00f36b9Copy full SHA for 00f36b9
.github/workflows/publish.yml
@@ -34,6 +34,9 @@ jobs:
34
35
- name: Run Tests with Coverage
36
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 }}
40
41
- name: Upload Coverage Report (GitHub Artifact)
42
uses: actions/upload-artifact@v4
0 commit comments