We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a847af3 commit 9a7b394Copy full SHA for 9a7b394
.github/workflows/call_code_review.yml
@@ -45,7 +45,6 @@ jobs:
45
shell: bash
46
env:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
49
MODULE: "${{ inputs.module }}"
50
SONAR_KEY: "${{ inputs.sonar_key }}"
51
PR_NUMBER: "${{ inputs.pr_number }}"
@@ -54,7 +53,7 @@ jobs:
54
53
run: mvn --projects :test-coverage --also-make verify -P"$MODULE",report,coverage
55
-Dsonar.organization=pagopa
56
-Dsonar.projectKey="$SONAR_KEY"
57
- -Dsonar.token="$SONAR_TOKEN"
+ -Dsonar.token="${{ secrets.SONAR_TOKEN }}"
58
-Dsonar.pullrequest.key="$PR_NUMBER"
59
-Dsonar.pullrequest.branch="$SOURCE_BRANCH"
60
-Dsonar.pullrequest.base=refs/remotes/origin/"$TARGET_BRANCH"
0 commit comments