Revert "ci: use github_token"

This reverts commit 9d27fac8dcdc50937d59b3068c59acf257ad2398.
This commit is contained in:
peaceiris 2020-05-02 02:25:23 +09:00
parent 9d27fac8dc
commit 2875e4112a
No known key found for this signature in database
GPG Key ID: 5868468A8EBA64EC

View File

@ -102,8 +102,8 @@ jobs:
github.ref == 'refs/heads/master'
uses: ./
with:
# deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_branch: gh-pages
publish_dir: ./test_projects/mdbook/book
# external_repository: ''