Skip to content

Commit

Permalink
Code review: remove GITHUB_TOKEN from README
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioaversa committed Dec 12, 2024
1 parent 9e1b74e commit 0922e3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 0922e3a

Please sign in to comment.