Skip to content

Commit 84a6e86

Browse files
committed
Change the token keyname to SONAR_TOKEN
1 parent 3fb0a66 commit 84a6e86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonarqube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: SonarQube Scan
113113
uses: SonarSource/sonarqube-scan-action@v5
114114
env:
115-
SONARCLOUD_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
115+
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
116116
with:
117117
args: >
118118
--define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json"

0 commit comments

Comments
 (0)