Skip to content

Commit 12cfdc6

Browse files
committed
fix: scope repository synchronization tokens
1 parent 4a6ba4a commit 12cfdc6

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/dispatch-repo-ops-sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
app-id: ${{ vars.REPO_OPS_DISPATCHER_APP_ID }}
2525
private-key: ${{ secrets.REPO_OPS_DISPATCHER_APP_PRIVATE_KEY }}
2626
owner: triggerdotdev
27+
repositories: ${{ secrets.REPO_OPS_MONO_REPOSITORY }}
2728
permission-contents: write
2829

2930
- name: Dispatch the private sync worker

.github/workflows/repo-ops-sync-gate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
app-id: ${{ vars.REPO_OPS_DISPATCHER_APP_ID }}
4343
private-key: ${{ secrets.REPO_OPS_DISPATCHER_APP_PRIVATE_KEY }}
4444
owner: triggerdotdev
45+
repositories: ${{ secrets.REPO_OPS_MONO_REPOSITORY }}
4546
permission-contents: read
4647

4748
- name: Wait for pending mono changes

0 commit comments

Comments
 (0)