Skip to content

Commit

Permalink
Revert "Use passed token for auth, not GITHUB_TOKEN"
Browse files Browse the repository at this point in the history
This reverts commit f25338b.
  • Loading branch information
JacobSanford committed Aug 27, 2024
1 parent f25338b commit 6fab6e9
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,4 +94,4 @@ 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.GH_CONTAINER_REGISTRY_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6fab6e9

Please sign in to comment.