Skip to content

Commit

Permalink
Fix permissions issues for package deletion (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog authored Jul 2, 2024
2 parents 94b62f4 + 17b33fe commit ae01432
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ghcr-cleaner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
delete_old_images:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: 'Delete untagged images'
if: github.event_name == 'schedule'
Expand Down

0 comments on commit ae01432

Please sign in to comment.