mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 17:04:35 +04:00
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:
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/
|
||||
|
||||
Reference in New Issue
Block a user