Add checks permission to ci workflow

This should allow dependabot builds to complete
This commit is contained in:
infogulch
2023-11-15 13:07:45 -06:00
parent 4be320abc8
commit e5ee918063

View File

@@ -10,6 +10,9 @@ on:
- cron: '0 0 * * 3' # At 12:00 AM, only on Wednesday - cron: '0 0 * * 3' # At 12:00 AM, only on Wednesday
workflow_dispatch: workflow_dispatch:
permissions:
checks: write
jobs: jobs:
style: style:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04