Skip to content

Commit

Permalink
Give cache-cleaning workflow permissions to access caches (#256)
Browse files Browse the repository at this point in the history
- **Add workflow to delete cache entry upon PR merge**
- **Give permission**
  • Loading branch information
shaldengeki authored Jul 16, 2024
1 parent 8c4f5a7 commit 9051b78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cleanup-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
cleanup:
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- name: Cleanup
run: |
Expand Down

0 comments on commit 9051b78

Please sign in to comment.