Skip to content

Commit

Permalink
[NO-ISSUE] ci: update merge.yaml SONAR_CLOUD_GITHUB_TOKEN secret (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
stu01509 committed May 29, 2024
1 parent 83d20e8 commit 01f0522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.TaiwanLotteryCrawler_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
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 01f0522

Please sign in to comment.