Merge pull request #2167 from infogulch/ci-checks-permission

Add checks permission to ci workflow
This commit is contained in:
Mark Thom
2023-11-16 09:30:27 +01:00
committed by GitHub

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