Skip to content

Commit

Permalink
Merge pull request #951 from bcgov/ghcr-clean
Browse files Browse the repository at this point in the history
Use PAT token type for GHCR clean action
  • Loading branch information
esune authored Dec 8, 2023
2 parents 86659d3 + 7630f34 commit 5c9c732
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/delete_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
account-type: org
org-name: ${{ github.repository_owner}}
skip-tags: pr-* , *.*.*
token: ${{ secrets.PACKAGE_DELETE_TOKEN }}
token: ${{ secrets.PAT }}
token-type: 'pat'
3 changes: 2 additions & 1 deletion .github/workflows/on_pr_closed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ jobs:
account-type: org
org-name: ${{ github.repository_owner}}
filter-tags: pr-${{ github.event.number }}
token: ${{ secrets.PACKAGE_DELETE_TOKEN }}
token: ${{ secrets.PAT }}
token-type: 'pat'

0 comments on commit 5c9c732

Please sign in to comment.