Skip to content

Commit 0f00f52

Browse files
authored
fix: Github App이 발행한 임시 토큰에 대해 읽기 권한 명시 (#565)
1 parent 4dbc07e commit 0f00f52

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/dev-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
with:
7474
app-id: ${{ secrets.GH_APP_ID }}
7575
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
76+
permissions: "packages:read"
7677

7778
# --- 5. 설정 파일들만 scp로 전송 ---
7879
- name: Copy config files to remote

.github/workflows/prod-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
with:
7272
app-id: ${{ secrets.GH_APP_ID }}
7373
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
74+
permissions: "packages:read"
7475

7576
# --- 5. 설정 파일들만 scp로 전송 ---
7677
- name: Copy config files to remote

0 commit comments

Comments
 (0)