Skip to content

Commit

Permalink
fix: No permissions for sonarCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
John Doe committed Aug 13, 2022
1 parent 5720a62 commit b350dfb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ jobs:
sonarCloudEnabled: true
dockerReleasingEnabled: true
publishingHelmChartEnabled: true

secrets:
SONAR_TOKEN: "${{ secrets.SONAR_TOKEN }}"
#GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit b350dfb

Please sign in to comment.