Skip to content

Commit

Permalink
Use container registry token instead of temporal to auth to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Aug 28, 2024
1 parent f069e51 commit 6682772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trim-registry-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6682772

Please sign in to comment.