Skip to content

Commit

Permalink
fix: fixing SonarCloud key name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgerardojacinto committed Oct 31, 2023
1 parent a9b1315 commit b5e758c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
run: bundle exec fastlane sonarqube
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONARCLOUD_KEY }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit b5e758c

Please sign in to comment.