mirror of
https://github.com/go-task/task.git
synced 2026-06-27 14:44:19 +00:00
Adjustments to GitHub Actions
This commit is contained in:
2
.github/workflows/website-deploy.yml
vendored
2
.github/workflows/website-deploy.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user