Skip to content

Commit 9a2c03c

Browse files
committed
update sync workflow
1 parent 00fab3d commit 9a2c03c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sync.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@ on:
77
jobs:
88
sync:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: write
1012
steps:
1113
- run: gh repo sync "mayank1513/persist-and-sync" -b "main"
14+
env:
15+
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)