You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information
77
-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on Sonarcloud.io, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret)
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information
77
+
#SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on Sonarcloud.io, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret)
78
+
#with:
79
79
# Additional arguments for the sonarcloud scanner
80
-
args:
80
+
#args:
81
81
# Unique keys of your project and organization. You can find them in SonarCloud > Information (bottom-left menu)
0 commit comments