Give excavator more permissions
This commit is contained in:
parent
6c8afe38bf
commit
d2084e9467
1 changed files with 2 additions and 0 deletions
2
.github/workflows/excavator.yml
vendored
2
.github/workflows/excavator.yml
vendored
|
@ -3,6 +3,8 @@ on:
|
|||
schedule:
|
||||
# run every 4 hours
|
||||
- cron: '20 */4 * * *'
|
||||
permissions:
|
||||
contents: write
|
||||
name: Excavator
|
||||
jobs:
|
||||
excavate:
|
||||
|
|
Loading…
Reference in a new issue