ci: fix gh-pages action token variable name
This commit is contained in:
parent
825b59f571
commit
d3b6f67e15
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
|||
# push only when the branch is publish
|
||||
# if: github.event_name == 'push' && github.event.ref == 'refs/heads/publish'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.TOKEN }}
|
||||
PUBLISH_DIR: public
|
||||
BRANCH: gh-pages
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue