We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dbc07e commit 0f00f52Copy full SHA for 0f00f52
.github/workflows/dev-cd.yml
@@ -73,6 +73,7 @@ jobs:
73
with:
74
app-id: ${{ secrets.GH_APP_ID }}
75
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
76
+ permissions: "packages:read"
77
78
# --- 5. 설정 파일들만 scp로 전송 ---
79
- name: Copy config files to remote
.github/workflows/prod-cd.yml
@@ -71,6 +71,7 @@ jobs:
71
72
0 commit comments