Set NODE_ENV_SECRET for npm build step

Added NODE_ENV_SECRET environment variable for build step.
This commit is contained in:
Tenkuma 2025-10-29 20:55:30 -03:00 committed by GitHub
commit d8ff59f98a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,8 @@ jobs:
- name: Run npm build
run: npm run build:prod
env:
NODE_ENV_SECRET: ${{ secrets.GITHUB_ACCESS_TOKEN }}
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v4