Skip to content

Commit

Permalink
Revert "Replace GHCR_PR_TOKEN with GITHUB_TOKEN"
Browse files Browse the repository at this point in the history
This reverts commit 0506429.
  • Loading branch information
aali309 committed Sep 15, 2023
1 parent afd9a36 commit 5c49b3f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/image-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
jobs:
delete-images:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.repository_owner == 'cryostatio'
strategy:
matrix:
Expand All @@ -19,7 +17,7 @@ jobs:
with:
owner: ${{ github.repository_owner }}
name: ${{ matrix.image }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GHCR_PR_TOKEN }}
ignore-missing-package: true
tag-regex: pr-${{ github.event.number }}-.*
tagged-keep-latest: 0

0 comments on commit 5c49b3f

Please sign in to comment.