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 11a8243 commit 36d4d9c
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 @@ -31,6 +31,9 @@ jobs:
id: template_sync
uses: AndreasAugustin/actions-template-sync@v1.8.0
with:
# We need custom PAT with workflows permissions so we can update all the boilerplate .github files from
# awesome-template.
github_token: ${{ secrets.WORKFLOW_UPDATE_GITHUB_PAT || secrets.GITHUB_TOKEN }}
source_repo_path: kdeldycke/awesome-template
pr_title: "[sync] Updates from `awesome-template` repository"
pr_commit_msg: "[sync] Updates from `awesome-template` repository"
Expand Down

0 comments on commit 36d4d9c

Please sign in to comment.