Skip to content

Commit

Permalink
ci(token): use github.token to delete 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 e516066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion web-client

0 comments on commit e516066

Please sign in to comment.