fix lazy update worflow perms

This commit is contained in:
cy 2025-01-03 23:50:57 -05:00
parent 95887ca425
commit bc892dbf83

View file

@ -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