Skip to content

Commit 62ca019

Browse files
authored
Use PAT for env deletion (#856)
1 parent 970e31b commit 62ca019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.GITHUB_TOKEN }}
139+
github_token: ${{ secrets.SEAN_PAT_TO_MANAGE_ENVIRONMENTS }}
140140
publish_dir: ./docs/_site
141141
publish_branch: gh-pages

0 commit comments

Comments
 (0)