Skip to content

Commit

Permalink
ci: Fix permissions for deleting old packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed May 29, 2024
1 parent 177a144 commit 4fad49c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/remove-old-package-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
remove-old-packages:
runs-on: ubuntu-latest
permissions:
contents: write
contents: read
packages: write # Delete the packages
steps:
- uses: actions/delete-package-versions@v5
with:
Expand Down

0 comments on commit 4fad49c

Please sign in to comment.