Skip to content

Commit

Permalink
🔧 Change image deletion token
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeschl authored Sep 28, 2024
1 parent 9e28395 commit 44149c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/untagged-image-removal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: deleted-action
uses: Chizkiyahu/delete-untagged-ghcr-action@main
with:
token: ${{ secrets.IMAGE_REMOVAL_PAT_TOKEN }}
token: ${{ secrets.IMAGE_REMOVAL_TOKEN }}
repository_owner: ${{ github.repository_owner }}
untagged_only: true
owner_type: org
Expand All @@ -32,4 +32,4 @@ jobs:
- name: Output cleaned up images
run: |
echo "## :wastebasket: Summary" >> $GITHUB_STEP_SUMMARY
echo 'Deleted images count: <strong>${{ steps.deleted-action.outputs.num_deleted }}</strong>' >> $GITHUB_STEP_SUMMARY
echo 'Deleted images count: <strong>${{ steps.deleted-action.outputs.num_deleted }}</strong>' >> $GITHUB_STEP_SUMMARY

0 comments on commit 44149c0

Please sign in to comment.