Skip to content

Commit f582b29

Browse files
committed
ci: fix: Add write permissions to deployment workflow
1 parent 7de72a2 commit f582b29

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
# 실행 환경: 최신 우분투
1414
runs-on: ubuntu-latest
1515

16+
permissions:
17+
contents: write
18+
1619
# 작업 단계들
1720
steps:
1821
# 1. 소스 코드 체크아웃 (내 저장소의 코드를 가져옴)

build.sh

Whitespace-only changes.

0 commit comments

Comments
 (0)