Adjustments to GitHub Actions

This commit is contained in:
Andrey Nering
2023-03-20 22:45:23 -03:00
parent fc50b846c4
commit 1081231b7c
2 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ jobs:
- name: Website Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GH_PAT }}
publish_dir: ./docs/build
user_name: task-bot
user_email: 106601941+task-bot@users.noreply.github.com