Skip to content

Commit

Permalink
- adds permissions to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Jan 22, 2024
1 parent 8f5d3b8 commit 6390e08
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 @@ -27,6 +27,10 @@ on:
"**.svg",
]

permissions:
contents: read
pull-requests: read

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

Expand Down

0 comments on commit 6390e08

Please sign in to comment.