Skip to content

Commit

Permalink
Add missing PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Mar 1, 2024
1 parent 36d4d9c commit a913f4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,8 @@ jobs:
- name: Push to PR
uses: peter-evans/create-pull-request@v6.0.1
with:
# We need custom PAT with workflows permissions so we can update all the boilerplate .github files from
# awesome-template.
token: ${{ secrets.WORKFLOW_UPDATE_GITHUB_PAT || secrets.GITHUB_TOKEN }}
assignees: ${{ github.actor }}
commit-message: "[sync] Update template URLs"

0 comments on commit a913f4b

Please sign in to comment.