diff --git a/.github/workflows/examples-build.yml b/.github/workflows/examples-build.yml index d2e7d8e6..689d24fb 100644 --- a/.github/workflows/examples-build.yml +++ b/.github/workflows/examples-build.yml @@ -29,8 +29,6 @@ jobs: - 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