Update GitHub Actions to use OAUTH_ACCESS_TOKEN

This commit is contained in:
Tenkuma 2025-10-29 20:57:31 -03:00 committed by GitHub
commit 8b98b00558
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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