Skip to content

Commit 20226b1

Browse files
authored
Try new permissions for real (#858)
* Fix incorrect token * Try new token here
1 parent 62ca019 commit 20226b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ jobs:
136136
uses: peaceiris/actions-gh-pages@v3
137137
with:
138138
commit_message: ${{ github.event.head_commit.message }}
139-
github_token: ${{ secrets.SEAN_PAT_TO_MANAGE_ENVIRONMENTS }}
139+
github_token: ${{ secrets.GITHUB_TOKEN }}
140140
publish_dir: ./docs/_site
141141
publish_branch: gh-pages

.github/workflows/closed-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
uses: bobheadxi/deployments@v1
1212
with:
1313
step: delete-env
14-
token: ${{ secrets.GITHUB_TOKEN }}
14+
token: ${{ secrets.SEAN_PAT_TO_MANAGE_ENVIRONMENTS }}
1515
env: preview_${{github.event.number}}

0 commit comments

Comments
 (0)