mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-15 18:46:31 +00:00
Code review: remove GITHUB_TOKEN from README
This commit is contained in:
parent
9e1b74e4e7
commit
0922e3a371
1 changed files with 0 additions and 2 deletions
|
|
@ -109,7 +109,6 @@ jobs:
|
|||
- name: SonarQube Scan
|
||||
uses: sonarsource/sonarqube-scan-action@<action version>
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
||||
SONAR_ROOT_CERT: ${{ secrets.SONAR_ROOT_CERT }}
|
||||
|
|
@ -204,7 +203,6 @@ jobs:
|
|||
- name: SonarQube Scan
|
||||
uses: sonarsource/sonarqube-scan-action@<action version>
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
||||
SONAR_ROOT_CERT: ${{ secrets.SONAR_ROOT_CERT }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue