Skip to content

Commit

Permalink
fix: fix sonars permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelcom committed Dec 9, 2024
1 parent f7f1d23 commit c7aedad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sonars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
sonarcloud:
name: Sonars
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit c7aedad

Please sign in to comment.