Skip to content

Commit

Permalink
ci(token): use github_token to clean images
Browse files Browse the repository at this point in the history
  • Loading branch information
Thuan Vo committed Aug 30, 2023
1 parent 39d083a commit a674331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
owner: ${{ github.repository_owner }}
name: cryostat
token: ${{ secrets.GHCR_PR_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
ignore-missing-package: true
tag-regex: pr-${{ github.event.number }}-.*
tagged-keep-latest: 0
Expand Down

0 comments on commit a674331

Please sign in to comment.