Update token for docs/deploy

This commit is contained in:
Ivan Kravets
2021-10-25 19:45:47 +03:00
parent 3fbb4cde36
commit 67506511c3

View File

@ -103,7 +103,7 @@ jobs:
- name: Deploy to Github Pages
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.PERSONAL_TOKEN }}
personal_token: ${{ secrets.DEPLOY_GH_DOCS_TOKEN }}
external_repository: ${{ env.DOCS_REPO }}
publish_dir: ./${{ env.DOCS_DIR }}
commit_message: Sync Docs