Skip to content

Commit

Permalink
- adds permissions to SQ workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Jan 22, 2024
1 parent dcaf5e5 commit 3bcc6c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
types: [opened, synchronize, reopened]
paths-ignore: [".vscode/**"]

permissions:
contents: read
pull-requests: read

env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

Expand Down

0 comments on commit 3bcc6c1

Please sign in to comment.