Skip to content

Commit

Permalink
[NO-ISSUE] ci: update pull_request.yaml SONAR_CLOUD_GITHUB_TOKEN secr…
Browse files Browse the repository at this point in the history
…et (#65)
  • Loading branch information
stu01509 committed May 29, 2024
1 parent 01f0522 commit ada97f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.SONAR_CLOUD_GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit ada97f2

Please sign in to comment.