There was an error while loading. Please reload this page.
1 parent 4a6ba4a commit 12cfdc6Copy full SHA for 12cfdc6
2 files changed
.github/workflows/dispatch-repo-ops-sync.yml
@@ -24,6 +24,7 @@ jobs:
24
app-id: ${{ vars.REPO_OPS_DISPATCHER_APP_ID }}
25
private-key: ${{ secrets.REPO_OPS_DISPATCHER_APP_PRIVATE_KEY }}
26
owner: triggerdotdev
27
+ repositories: ${{ secrets.REPO_OPS_MONO_REPOSITORY }}
28
permission-contents: write
29
30
- name: Dispatch the private sync worker
.github/workflows/repo-ops-sync-gate.yml
@@ -42,6 +42,7 @@ jobs:
42
43
44
45
46
permission-contents: read
47
48
- name: Wait for pending mono changes
0 commit comments