Skip to content

Commit

Permalink
??
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Sep 10, 2023
1 parent 4ab0ce6 commit 7092236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Run sonar-scanner
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }} # Put the name of your token here
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
run: |
sonar-scanner --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}"
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sonar.projectName=NUClear
sonar.projectKey=NUClear
sonar.projectKey=Fastcode_NUClear
sonar.organization=Fastcode
sonar.projectVersion=1.0
sonar.sources=src
Expand Down

0 comments on commit 7092236

Please sign in to comment.