File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11- uses : powsybl/github-ci/.github/workflows/build-backend-app-generic.yml@8e3547c7f6d98c23095896b6097294f22100b122
11+ uses : powsybl/github-ci/.github/workflows/build-backend-app-generic.yml@5e13dcb03778dc9a47bd0adbd84c48392b32cd46
1212 with :
1313 sonarOrganization : gridsuite
1414 sonarProjectKey : org.gridsuite:security-analysis-server
1717 eventType : security_analysis_server_updated
1818 secrets :
1919 sonar-token : ${{ secrets.SONAR_TOKEN }}
20- docker-token : ${{ secrets.DOCKERHUB_TOKEN }}
20+ DOCKERHUB_TOKEN : ${{ secrets.DOCKERHUB_TOKEN }}
2121 repo-token : ${{ secrets.REPO_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 99
1010jobs :
1111 run-patch :
12- uses : powsybl/github-ci/.github/workflows/patch-backend-app-generic.yml@8e3547c7f6d98c23095896b6097294f22100b122
12+ uses : powsybl/github-ci/.github/workflows/patch-backend-app-generic.yml@5e13dcb03778dc9a47bd0adbd84c48392b32cd46
1313 with :
1414 githubappId : ${{ vars.GRIDSUITE_ACTIONS_APPID }}
1515 sonarOrganization : gridsuite
1818 dockerUsername : gridsuiteci
1919 releaseVersion : ${{ github.event.inputs.releaseVersion }}
2020 secrets :
21- githubappPrivateKey : ${{ secrets.GRIDSUITE_ACTIONS_SECRET }}
21+ VERSIONBUMP_GHAPP_PRIVATE_KEY : ${{ secrets.VERSIONBUMP_GHAPP_PRIVATE_KEY }}
2222 sonar-token : ${{ secrets.SONAR_TOKEN }}
23- docker-token : ${{ secrets.DOCKERHUB_TOKEN }}
23+ DOCKERHUB_TOKEN : ${{ secrets.DOCKERHUB_TOKEN }}
2424
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 run-release :
15- uses : powsybl/github-ci/.github/workflows/release-backend-app-generic.yml@8e3547c7f6d98c23095896b6097294f22100b122
15+ uses : powsybl/github-ci/.github/workflows/release-backend-app-generic.yml@5e13dcb03778dc9a47bd0adbd84c48392b32cd46
1616 with :
1717 githubappId : ${{ vars.GRIDSUITE_ACTIONS_APPID }}
1818 sonarOrganization : gridsuite
2222 releaseVersion : ${{ github.event.inputs.releaseVersion }}
2323 gitReference : ${{ github.event.inputs.gitReference }}
2424 secrets :
25- githubappPrivateKey : ${{ secrets.GRIDSUITE_ACTIONS_SECRET }}
25+ VERSIONBUMP_GHAPP_PRIVATE_KEY : ${{ secrets.VERSIONBUMP_GHAPP_PRIVATE_KEY }}
2626 sonar-token : ${{ secrets.SONAR_TOKEN }}
27- docker-token : ${{ secrets.DOCKERHUB_TOKEN }}
27+ DOCKERHUB_TOKEN : ${{ secrets.DOCKERHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments