Skip to content

Commit

Permalink
Update sonarqube.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yeoV committed Sep 15, 2022
1 parent 2b4838d commit 068d4d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
uses: vtex/action-sonarqube@main
env:
githubToken: ${{ secrets.FASTAPI }} # https://docs.github.com/en/actions/reference/authentication-in-a-workflow#about-the-github_token-secret
host: ${{ secrets.SONAR_HOST_URL }} # Variable set in the Github Secrets
token: ${{ secrets.SONAR_TOKEN }} # Variable set in the Github Secrets
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 comments on commit 068d4d2

Please sign in to comment.