Skip to content

Commit aa8ab74

Browse files
committed
fix(ci): 릴리스 워크플로우에 contents: write 권한 추가
softprops/action-gh-release가 릴리스에 파일을 업로드하려면 GITHUB_TOKEN에 contents: write 권한이 필요함
1 parent a43a65b commit aa8ab74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ on:
2020
default: false
2121
type: boolean
2222

23+
permissions:
24+
contents: write
25+
2326
env:
2427
CARGO_TERM_COLOR: always
2528

0 commit comments

Comments
 (0)