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 82b7240 commit 205f8ed
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 @@ -30,7 +30,7 @@ jobs:
- run: echo "SECRET ${{ secrets.VITE_ION_KEY }}"
- run: npm run build-examples
env:
VITE_ION_KEY: ${{ env.VITE_ION_KEY }}
VITE_ION_KEY: ${{ secrets.VITE_ION_KEY }}

- name: Commit Examples
uses: EndBug/add-and-commit@v7
Expand Down

0 comments on commit 205f8ed

Please sign in to comment.