ci: apply correct permissions for cache cleanup job (#3898)
This commit is contained in:
parent
7c10ff4327
commit
404161c969
|
@ -7,6 +7,8 @@ on:
|
|||
jobs:
|
||||
cleanup:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
actions: write
|
||||
steps:
|
||||
- name: Cleanup
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue