Skip to content

Commit b7aa14a

Browse files
fix(cache): Add write permissions to clear cache workflow (#37953)
Co-authored-by: Sharra-writes <sharra-writes@github.com>
1 parent 369f302 commit b7aa14a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/actions/writing-workflows/choosing-what-your-workflow-does/caching-dependencies-to-speed-up-workflows.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ on:
342342
jobs:
343343
cleanup:
344344
runs-on: ubuntu-latest
345+
permissions:
346+
actions: write
345347
steps:
346348
- name: Cleanup
347349
run: |

0 commit comments

Comments
 (0)