Skip to content

Commit

Permalink
Update examples-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson authored Jan 9, 2025
1 parent 3d13c89 commit 82b7240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: 'npm'
- run: npm ci
- run: echo "TEST"
- run: echo "KEY $VITE_ION_KEY"
- run: echo "KEY ${{ env.VITE_ION_KEY }}"
- run: echo "SECRET ${{ secrets.VITE_ION_KEY }}"
- run: npm run build-examples
env:
Expand Down

0 comments on commit 82b7240

Please sign in to comment.