Skip to content

Commit

Permalink
Revert "You can use GITHUB_TOKEN already provided by Github Actions (
Browse files Browse the repository at this point in the history
…#100)" (#101)

This reverts commit 14c185d.
  • Loading branch information
serras committed Feb 3, 2020
1 parent 14c185d commit fd11ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- name: Deploy microsite
uses: peaceiris/actions-gh-pages@v2
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.GITHUB_TOKEN }}
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./gen-docs

0 comments on commit fd11ed6

Please sign in to comment.