Skip to content

Commit

Permalink
use of PAT for workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
phile-caci committed Jun 16, 2023
1 parent 3571db9 commit 1830ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.PLE_PAT_ACTIONS }}
branch: gh-pages
force: true

0 comments on commit 1830ea9

Please sign in to comment.