Skip to content

Commit 4da854b

Browse files
authored
fix: GHCR 정리 권한 PAT로 해결 (#573)
1 parent f3fb02d commit 4da854b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Clean up old image versions from GHCR
7474
uses: snok/container-retention-policy@v2
7575
with:
76-
token: ${{ secrets.GITHUB_TOKEN }}
76+
token: ${{ secrets.PACKAGE_DELETE_TOKEN }}
7777
image-names: solid-connection-dev
7878
delete-untagged: true
7979
keep-n-tags: 5

.github/workflows/prod-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Clean up old image versions from GHCR
9090
uses: snok/container-retention-policy@v2
9191
with:
92-
token: ${{ secrets.GITHUB_TOKEN }}
92+
token: ${{ secrets.PACKAGE_DELETE_TOKEN }}
9393
image-names: solid-connection-server
9494
delete-untagged: true
9595
keep-n-tags: 5

0 commit comments

Comments
 (0)