File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1010
1111jobs :
1212 run-patch :
13- uses : powsybl/github-ci/.github/workflows/patch-backend-lib-generic.yml@3ed0caeb3395e55868884f466d726ddaee877850
13+ uses : powsybl/github-ci/.github/workflows/patch-backend-lib-generic.yml@21c81b410ef7f587a758076583370cfd2c2f39a3
1414 with :
1515 githubappId : ${{ vars.GRIDSUITE_ACTIONS_APPID }}
1616 branchRef : ${{ github.event.inputs.branchRef }}
1717 secrets :
1818 VERSIONBUMP_GHAPP_PRIVATE_KEY : ${{ secrets.VERSIONBUMP_GHAPP_PRIVATE_KEY }}
19+ sonar-token : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 1313
1414jobs :
1515 run-release :
16- uses : powsybl/github-ci/.github/workflows/release-backend-lib-generic.yml@3ed0caeb3395e55868884f466d726ddaee877850
16+ uses : powsybl/github-ci/.github/workflows/release-backend-lib-generic.yml@21c81b410ef7f587a758076583370cfd2c2f39a3
1717 with :
1818 githubappId : ${{ vars.GRIDSUITE_ACTIONS_APPID }}
1919 versionType : ${{ github.event.inputs.versionType }}
2020 secrets :
2121 VERSIONBUMP_GHAPP_PRIVATE_KEY : ${{ secrets.VERSIONBUMP_GHAPP_PRIVATE_KEY }}
22+ sonar-token : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments