mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-15 14:43:21 +08:00
ci: use github_token
This commit is contained in:
parent
7501463241
commit
9d27fac8dc
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -102,8 +102,8 @@ jobs:
|
|||||||
github.ref == 'refs/heads/master'
|
github.ref == 'refs/heads/master'
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
# deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||||
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# publish_branch: gh-pages
|
# publish_branch: gh-pages
|
||||||
publish_dir: ./test_projects/mdbook/book
|
publish_dir: ./test_projects/mdbook/book
|
||||||
# external_repository: ''
|
# external_repository: ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user