From 44149c0fbf7802dc3d802e0d5e874f172d2f6acc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20P=C3=B6schl?= Date: Sat, 28 Sep 2024 10:41:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Change=20image=20deletion=20toke?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/untagged-image-removal.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/untagged-image-removal.yaml b/.github/workflows/untagged-image-removal.yaml index 4c74d58..371b935 100644 --- a/.github/workflows/untagged-image-removal.yaml +++ b/.github/workflows/untagged-image-removal.yaml @@ -23,7 +23,7 @@ jobs: id: deleted-action uses: Chizkiyahu/delete-untagged-ghcr-action@main with: - token: ${{ secrets.IMAGE_REMOVAL_PAT_TOKEN }} + token: ${{ secrets.IMAGE_REMOVAL_TOKEN }} repository_owner: ${{ github.repository_owner }} untagged_only: true owner_type: org @@ -32,4 +32,4 @@ jobs: - name: Output cleaned up images run: | echo "## :wastebasket: Summary" >> $GITHUB_STEP_SUMMARY - echo 'Deleted images count: ${{ steps.deleted-action.outputs.num_deleted }}' >> $GITHUB_STEP_SUMMARY \ No newline at end of file + echo 'Deleted images count: ${{ steps.deleted-action.outputs.num_deleted }}' >> $GITHUB_STEP_SUMMARY