Update gh-pages push token
This commit is contained in:
parent
0c30589487
commit
e115a8ee21
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
|||
- name: Push to gh-pages
|
||||
if: github.event_name == 'push' && (startsWith(github.event.ref, 'refs/tags/') || github.event.ref == 'refs/heads/publish')
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
PUBLISH_DIR: public
|
||||
BRANCH: gh-pages
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue