Add checks permission to ci workflow
This should allow dependabot builds to complete
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user