Skip to content

Commit

Permalink
Use PAT for env deletion (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanKilleen authored Dec 4, 2023
1 parent 970e31b commit 62ca019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
commit_message: ${{ github.event.head_commit.message }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.SEAN_PAT_TO_MANAGE_ENVIRONMENTS }}
publish_dir: ./docs/_site
publish_branch: gh-pages

0 comments on commit 62ca019

Please sign in to comment.