Skip to content

Commit

Permalink
Use PAT on checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Mar 1, 2024
1 parent da4cd20 commit 8ea1eae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
pr_branch: ${{ steps.template_sync.outputs.pr_branch }}
steps:
- uses: actions/[email protected]
with:
token: ${{ secrets.WORKFLOW_UPDATE_GITHUB_PAT || secrets.GITHUB_TOKEN }}
- name: Sync from template repo
id: template_sync
uses: AndreasAugustin/[email protected]
Expand Down

0 comments on commit 8ea1eae

Please sign in to comment.