Skip to content

Commit

Permalink
Extract the secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
JorySchiebroek committed Jul 16, 2024
1 parent 9598be3 commit a74a167
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
- name: Run yarn install
run: yarn install
- name: Fetch icons
run: yarn fetch
run: |
echo ${{ secrets.FIGMA_FILE_URL }}
echo ${{ secrets.FIGMA_TOKEN }}
yarn fetch
env:
FIGMA_FILE_URL: ${{ secrets.FIGMA_FILE_URL }}
FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }}
Expand Down

0 comments on commit a74a167

Please sign in to comment.