Skip to content

Commit

Permalink
ci: apply correct permissions for cache cleanup job (#3898)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt authored Feb 25, 2024
1 parent 7c10ff4 commit 404161c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cache-cleanup.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 404161c

Please sign in to comment.