Skip to content

Commit

Permalink
Add permissions for contents and checks to avoid integration errors
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Aug 14, 2024
1 parent 7273f92 commit be2fd1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
branches:
- main

permissions:
contents: write
checks: write

jobs:
generate-reports:
runs-on: ubuntu-latest
Expand Down

0 comments on commit be2fd1e

Please sign in to comment.