diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 0891512..7fdd7b9 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -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"