Skip to content

Commit

Permalink
ci: use github_token
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Jun 5, 2020
1 parent 5217297 commit 8a7fef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
#github_token: ${{ secrets.GITHUB_TOKEN }}
#deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./exampleSite/public
allow_empty_commit: true
user_name: 'github-actions[bot]'
Expand Down

0 comments on commit 8a7fef0

Please sign in to comment.