Skip to content

Commit 10f9e28

Browse files
authored
Upgrade to new generic worfklow with new environment secret names (#183)
Signed-off-by: HARPER Jon <[email protected]>
1 parent e5b7a89 commit 10f9e28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ permissions:
2121

2222
jobs:
2323
run-release:
24-
uses: powsybl/github-ci/.github/workflows/release-frontend-lib-generic.yml@9badadfb5917a5faddeb8dd5ccac452429a906d1
24+
uses: powsybl/github-ci/.github/workflows/release-frontend-lib-generic.yml@5e13dcb03778dc9a47bd0adbd84c48392b32cd46
2525
with:
2626
versionType: ${{ github.event.inputs.versionType }}
2727
nodeAuthToken: ${{ github.event.inputs.nodeAuthToken }}
2828
githubappId: ${{ vars.POWSYBL_ACTIONS_APPID }}
2929
secrets:
30-
githubappPrivateKey: ${{ secrets.POWSYBL_ACTIONS_SECRET }}
30+
VERSIONBUMP_GHAPP_PRIVATE_KEY: ${{ secrets.VERSIONBUMP_GHAPP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)