diff --git a/.github/workflows/examples-build.yml b/.github/workflows/examples-build.yml index 2167030e..d2e7d8e6 100644 --- a/.github/workflows/examples-build.yml +++ b/.github/workflows/examples-build.yml @@ -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