We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90cca03 commit d4a40e5Copy full SHA for d4a40e5
.github/workflows/sync-repos.yml
@@ -14,7 +14,8 @@ jobs:
14
source_branch_prefix: "release"
15
destination_repo: "BimberLabInternal/LabDevKitModules"
16
destination_branch_prefix: "discvr-"
17
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ # NOTE: permissions are limited on the default secrets.GITHUB_TOKEN, including updating workflows, so use a personal access token
18
+ github_token: ${{ secrets.PAT }}
19
sync-develop:
20
if: github.repository == 'BimberLabInternal/LabDevKitModules'
21
runs-on: ubuntu-latest
0 commit comments