Skip to content

Commit

Permalink
fix: checkout action using a github pat (#358)
Browse files Browse the repository at this point in the history
Signed-off-by: David Calvert <david.calvert@oqton.com>
  • Loading branch information
David Calvert committed Jul 15, 2023
1 parent 8c877f3 commit 9e4223d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,13 @@ jobs:
-
name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.CUSTOM_GITHUB_PAT }}
-
name: Test action step PAT
uses: AndreasAugustin/actions-template-sync@v1.0.0-draft
with:
github_token: ${{ secrets.SOURCE_REPO_PAT }}
github_token: ${{ secrets.CUSTOM_GITHUB_PAT }}
source_repo_path: ${{ secrets.SOURCE_REPO_PATH }} # <owner/repo>, should be within secrets
```

Expand Down

0 comments on commit 9e4223d

Please sign in to comment.