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 925348d commit 8ca0100
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/examples-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: echo "TEST"
- run: echo "KEY ${{ env.VITE_ION_KEY }}"
- run: echo "SECRET ${{ secrets.VITE_ION_KEY }}"
- run: npm run build-examples
env:
VITE_ION_KEY: ${{ secrets.VITE_ION_KEY }}

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

0 comments on commit 8ca0100

Please sign in to comment.