Skip to content

Commit

Permalink
Merge pull request #2167 from infogulch/ci-checks-permission
Browse files Browse the repository at this point in the history
Add checks permission to ci workflow
  • Loading branch information
mthom authored Nov 16, 2023
2 parents bcb68fc + e5ee918 commit df5855d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
- cron: '0 0 * * 3' # At 12:00 AM, only on Wednesday
workflow_dispatch:

permissions:
checks: write

jobs:
style:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit df5855d

Please sign in to comment.