We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae55d18 commit 172766fCopy full SHA for 172766f
.github/workflows/repo-sync.yml
@@ -3,6 +3,10 @@ name: Repo Sync
3
on:
4
workflow_dispatch: # allows triggering this manually through the Actions UI
5
6
+permissions:
7
+ contents: write
8
+ pull-requests: write
9
+
10
jobs:
11
repo-sync:
12
name: Repo Sync
0 commit comments