Skip to content

Commit 4edf0e3

Browse files
authored
Merge pull request #19 from codeit-maso/feature/chan
🔧 chore: 워크플로우에 contents 쓰기 권한 추가
2 parents b429e74 + 13bc54b commit 4edf0e3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/sync-fork.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- main
77
- develop
88

9+
permissions:
10+
contents: write
11+
912
jobs:
1013
sync-fork:
1114
runs-on: ubuntu-latest
@@ -20,5 +23,4 @@ jobs:
2023
with:
2124
github_token: ${{ secrets.FORK_TOKEN }}
2225
repository: LeeCh0129/Rolling
23-
branch: ${{ github.ref_name }}
24-
force: false
26+
branch: ${{ github.ref_name }}

0 commit comments

Comments
 (0)