Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
resetsix authored Jul 19, 2024
1 parent 4db93be commit 5090109
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:

- name: Debug - Check Environment Variables
run: |
echo "FIGMA_FILE_URL is set: ${{ env.FIGMA_FILE_URL }}"
echo "FIGMA_TOKEN is set: ${{ env.FIGMA_TOKEN }}"
echo "FIGMA_FILE_URL is set: ${{ secrets.FIGMA_FILE_URL }}"
echo "FIGMA_TOKEN is set: ${{ secrets.FIGMA_TOKEN }}"
- name: Configure Yarn
run: yarn config set "strict-ssl" false
Expand All @@ -39,8 +39,8 @@ jobs:
with:
args: "format=svg outputDir=./src/"
env:
FIGMA_FILE_URL: ${{ env.FIGMA_FILE_URL }}
FIGMA_TOKEN: ${{ env.FIGMA_TOKEN }}
FIGMA_FILE_URL: ${{ secrets.FIGMA_FILE_URL }}
FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }}

- name: Generate files
run: yarn generate
Expand Down

0 comments on commit 5090109

Please sign in to comment.