Skip to content

Commit

Permalink
Provide necessary write permissions to cache-cleaner (#1813)
Browse files Browse the repository at this point in the history
### What kind of change does this PR introduce?

* Provides the permissions for removing caches to the cache removal
workflow

### Does this PR introduce a breaking change?

No.
  • Loading branch information
Zeitsperre authored Jun 27, 2024
2 parents e8d2f36 + f891eb5 commit 23fd681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cache-cleaner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

permissions:
contents: read
actions: write

jobs:
cleanup:
Expand Down

0 comments on commit 23fd681

Please sign in to comment.