Skip to content

Commit d4a40e5

Browse files
committed
use personal access token for certain actions in github workflows
1 parent 90cca03 commit d4a40e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sync-repos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
source_branch_prefix: "release"
1515
destination_repo: "BimberLabInternal/LabDevKitModules"
1616
destination_branch_prefix: "discvr-"
17-
github_token: ${{ secrets.GITHUB_TOKEN }}
17+
# NOTE: permissions are limited on the default secrets.GITHUB_TOKEN, including updating workflows, so use a personal access token
18+
github_token: ${{ secrets.PAT }}
1819
sync-develop:
1920
if: github.repository == 'BimberLabInternal/LabDevKitModules'
2021
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)