Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitde26caf

Browse files
committed
Fix sonar token env name
1 parent4eabf55 commitde26caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
-name:SonarQube Scan
3030
uses:SonarSource/sonarqube-scan-action@v4
3131
env:
32-
SONAR_TOKEN:${{ secrets.SONARCLOUD_TOKEN }}# Put the name of your token here
32+
SONAR_TOKEN:${{ secrets.SONAR_TOKEN }}
3333
with:
3434
args:>
3535
--define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp