fix lazy update worflow perms
This commit is contained in:
parent
95887ca425
commit
bc892dbf83
1 changed files with 3 additions and 0 deletions
3
.github/workflows/lazy-update.yml
vendored
3
.github/workflows/lazy-update.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 3 * * *"
|
- cron: "0 3 * * *"
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
contents: write
|
||||||
jobs:
|
jobs:
|
||||||
update-lazy-plugins:
|
update-lazy-plugins:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue