mirror of https://github.com/vector-im/riot-web
Give actions permission to job
This is needed so that actions/stale@v9 can delete caches. Without this permisson, the cache is never deleted leading to some issues never being checked again.pull/27972/head
parent
8805220c9d
commit
a0c0d366af
|
@ -6,6 +6,7 @@ jobs:
|
|||
close:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
actions: write
|
||||
issues: write
|
||||
steps:
|
||||
- uses: actions/stale@v9
|
||||
|
|
Loading…
Reference in New Issue