Skip to content

Commit

Permalink
Revert "ci: use github_token"
Browse files Browse the repository at this point in the history
This reverts commit 9d27fac.
  • Loading branch information
peaceiris committed May 1, 2020
1 parent 9d27fac commit 2875e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''
Expand Down

0 comments on commit 2875e41

Please sign in to comment.