From 121220d0f3915d6b8c5a739f2ac8b533db0cfe7c Mon Sep 17 00:00:00 2001 From: HEX <123macanic@naver.com> Date: Thu, 20 Nov 2025 20:01:21 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20GHCR=20=EC=A0=95=EB=A6=AC=20=EA=B6=8C?= =?UTF-8?q?=ED=95=9C=20PAT=EB=A1=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev-cd.yml | 2 +- .github/workflows/prod-cd.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-cd.yml b/.github/workflows/dev-cd.yml index 3e8d994f..38a27414 100644 --- a/.github/workflows/dev-cd.yml +++ b/.github/workflows/dev-cd.yml @@ -73,7 +73,7 @@ jobs: - name: Clean up old image versions from GHCR uses: snok/container-retention-policy@v2 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.PACKAGE_DELETE_TOKEN }} image-names: solid-connection-dev delete-untagged: true keep-n-tags: 5 diff --git a/.github/workflows/prod-cd.yml b/.github/workflows/prod-cd.yml index d71f832a..e05e1d0a 100644 --- a/.github/workflows/prod-cd.yml +++ b/.github/workflows/prod-cd.yml @@ -89,7 +89,7 @@ jobs: - name: Clean up old image versions from GHCR uses: snok/container-retention-policy@v2 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.PACKAGE_DELETE_TOKEN }} image-names: solid-connection-server delete-untagged: true keep-n-tags: 5