ci: pass default GITHUB_TOKEN

This commit is contained in:
Vitaly 2023-09-15 07:23:47 +03:00 committed by GitHub
commit af5fb2271f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ jobs:
# todo link vercel deployment
- run: pnpx zardoy-release node
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}