CI: enable write permissions for the build job
This commit is contained in:
parent
41ce6dcf6f
commit
e779c2595f
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -5,6 +5,9 @@ on:
|
||||
schedule:
|
||||
- cron: '0 0/4 * * *'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
concurrency: nope
|
||||
|
||||
jobs:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user