Skip to content

Commit

Permalink
chore: change sonar project key (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonenst authored Nov 5, 2024
1 parent f63d44a commit 4ce5f1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: powsybl/github-ci/.github/workflows/build-generic.yml@baf0d2ed84b70d359132693880d5e530cd93f168
with:
sonarOrganization: gridsuite
sonarProjectKey: org.gridsuite:gridsuite-spreadsheet-config-server
sonarProjectKey: org.gridsuite:spreadsheet-config-server
dockerImage: docker.io/gridsuite/spreadsheet-config-server
dockerUsername: gridsuiteci
eventType: spreadsheet_config_server_updated
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
githubappId: ${{ vars.GRIDSUITE_ACTIONS_APPID }}
sonarOrganization: gridsuite
sonarProjectKey: org.gridsuite:gridsuite-spreadsheet-config-server
sonarProjectKey: org.gridsuite:spreadsheet-config-server
dockerImage: docker.io/gridsuite/spreadsheet-config-server
dockerUsername: gridsuiteci
releaseVersion: ${{ github.event.inputs.releaseVersion }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
githubappId: ${{ vars.GRIDSUITE_ACTIONS_APPID }}
sonarOrganization: gridsuite
sonarProjectKey: org.gridsuite:gridsuite-spreadsheet-config-server
sonarProjectKey: org.gridsuite:spreadsheet-config-server
dockerImage: docker.io/gridsuite/spreadsheet-config-server
dockerUsername: gridsuiteci
releaseVersion: ${{ github.event.inputs.releaseVersion }}
Expand Down

0 comments on commit 4ce5f1a

Please sign in to comment.