We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00fab3d commit 9a2c03cCopy full SHA for 9a2c03c
.github/workflows/sync.yml
@@ -7,5 +7,9 @@ on:
7
jobs:
8
sync:
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ contents: write
12
steps:
13
- run: gh repo sync "mayank1513/persist-and-sync" -b "main"
14
+ env:
15
+ GH_TOKEN: ${{ github.token }}
0 commit comments