Skip to content

Commit 5a67184

Browse files
authored
Merge pull request #5 from mayank1513/worflows
update sync workflow
2 parents 00fab3d + 9a2c03c commit 5a67184

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sync.yml

Lines changed: 4 additions & 0 deletions
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)