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 8
8
9
9
jobs :
10
10
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
12
12
with :
13
13
sonarOrganization : gridsuite
14
14
sonarProjectKey : org.gridsuite:dynamic-mapping-server
17
17
eventType : dynamic_mapping_server_updated
18
18
secrets :
19
19
sonar-token : ${{ secrets.SONAR_TOKEN }}
20
- docker-token : ${{ secrets.DOCKERHUB_TOKEN }}
20
+ DOCKERHUB_TOKEN : ${{ secrets.DOCKERHUB_TOKEN }}
21
21
repo-token : ${{ secrets.REPO_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
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
13
13
with :
14
14
githubappId : ${{ vars.GRIDSUITE_ACTIONS_APPID }}
15
15
sonarOrganization : gridsuite
18
18
dockerUsername : gridsuiteci
19
19
releaseVersion : ${{ github.event.inputs.releaseVersion }}
20
20
secrets :
21
- githubappPrivateKey : ${{ secrets.GRIDSUITE_ACTIONS_SECRET }}
21
+ VERSIONBUMP_GHAPP_PRIVATE_KEY : ${{ secrets.VERSIONBUMP_GHAPP_PRIVATE_KEY }}
22
22
sonar-token : ${{ secrets.SONAR_TOKEN }}
23
- docker-token : ${{ secrets.DOCKERHUB_TOKEN }}
23
+ DOCKERHUB_TOKEN : ${{ secrets.DOCKERHUB_TOKEN }}
24
24
Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
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
16
16
with :
17
17
githubappId : ${{ vars.GRIDSUITE_ACTIONS_APPID }}
18
18
sonarOrganization : gridsuite
22
22
releaseVersion : ${{ github.event.inputs.releaseVersion }}
23
23
gitReference : ${{ github.event.inputs.gitReference }}
24
24
secrets :
25
- githubappPrivateKey : ${{ secrets.GRIDSUITE_ACTIONS_SECRET }}
25
+ VERSIONBUMP_GHAPP_PRIVATE_KEY : ${{ secrets.VERSIONBUMP_GHAPP_PRIVATE_KEY }}
26
26
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