Skip to content

Commit

Permalink
Add checks permission to ci workflow
Browse files Browse the repository at this point in the history
This should allow dependabot builds to complete
  • Loading branch information
infogulch committed Nov 15, 2023
1 parent 4be320a commit e5ee918
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 e5ee918

Please sign in to comment.