You can use GITHUB_TOKEN already provided by Github Actions (#100)

Reference: https://help.github.com/en/actions/automating-your-workflow-with-github-actions/authenticating-with-the-github_token
This commit is contained in:
Alejandro Hernández 2020-01-30 08:37:29 +01:00 committed by GitHub
parent a6a2f4b58d
commit 14c185d9ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,6 @@ jobs:
- name: Deploy microsite
uses: peaceiris/actions-gh-pages@v2
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
ACTIONS_DEPLOY_KEY: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./gen-docs