Skip to content

Commit d5f37e2

Browse files
committed
Upgrade to new generic worfklow with new environment secret names
Signed-off-by: HARPER Jon <[email protected]>
1 parent a5e6792 commit d5f37e2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
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:dynamic-mapping-server
@@ -17,5 +17,5 @@ jobs:
1717
eventType: dynamic_mapping_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 }}

.github/workflows/patch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
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
@@ -18,7 +18,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
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
@@ -22,6 +22,6 @@ jobs:
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 }}

0 commit comments

Comments
 (0)