From 668277288ad7f42d406de0732895243091e87cc0 Mon Sep 17 00:00:00 2001 From: Jacob Sanford Date: Wed, 28 Aug 2024 12:35:23 -0300 Subject: [PATCH] Use container registry token instead of temporal to auth to registry --- .github/workflows/trim-registry-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trim-registry-images.yaml b/.github/workflows/trim-registry-images.yaml index c296b6a..0f1e0f0 100644 --- a/.github/workflows/trim-registry-images.yaml +++ b/.github/workflows/trim-registry-images.yaml @@ -94,5 +94,5 @@ jobs: image-names: ${{ env.REPOSITORY_NAME_COMPONENT }} keep-n-most-recent: ${{ inputs.keep-n-most-recent }} skip-shas: ${{ steps.set-hashes-to-skip.outputs.hashes-to-skip }} - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_CONTAINER_REGISTRY_TOKEN }} rust-log: container_retention_policy=DEBUG