Skip to content
Merged
3 changes: 1 addition & 2 deletions .github/workflows/dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ jobs:
with:
app-id: ${{ secrets.GH_APP_ID }}
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
permission-packages: "read"
permission-contents: "read"
permission-organization-packages: "read"

# --- 5. 설정 파일들만 scp로 전송 ---
- name: Copy config files to remote
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/prod-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ jobs:
with:
app-id: ${{ secrets.GH_APP_ID }}
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
permission-packages: "read"
permission-contents: "read"
permission-organization-packages: "read"

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