CI: use GITHUB_TOKEN for page deployment
The token is set automatically when running on the master branch, no personal access token is required. Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
parent
56ef04849d
commit
5f5a61caf8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/jsdoc.yml
vendored
2
.github/workflows/jsdoc.yml
vendored
|
@ -27,5 +27,5 @@ jobs:
|
|||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./docs/
|
||||
|
|
Loading…
Reference in a new issue