Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
Update secrets FIGMA_FILE_URL and FIGMA_TOKEN
  • Loading branch information
IDKHTS authored Jun 12, 2024
1 parent 447d83b commit 727df81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
with:
args: "format=svg outputDir=./src/"
env:
FIGMA_FILE_URL: ${{ secrets.FIGMA_FILE_URL }}
FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }}
FIGMA_FILE_URL: ${{ secrets.FIGMA_FILE_URL_TMP }}
FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN_TMP }}
- run: yarn generate
- run: yarn build
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" > ~/.npmrc
Expand Down

0 comments on commit 727df81

Please sign in to comment.