We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b7a89 commit 10f9e28Copy full SHA for 10f9e28
.github/workflows/release.yml
@@ -21,10 +21,10 @@ permissions:
21
22
jobs:
23
run-release:
24
- uses: powsybl/github-ci/.github/workflows/release-frontend-lib-generic.yml@9badadfb5917a5faddeb8dd5ccac452429a906d1
+ uses: powsybl/github-ci/.github/workflows/release-frontend-lib-generic.yml@5e13dcb03778dc9a47bd0adbd84c48392b32cd46
25
with:
26
versionType: ${{ github.event.inputs.versionType }}
27
nodeAuthToken: ${{ github.event.inputs.nodeAuthToken }}
28
githubappId: ${{ vars.POWSYBL_ACTIONS_APPID }}
29
secrets:
30
- githubappPrivateKey: ${{ secrets.POWSYBL_ACTIONS_SECRET }}
+ VERSIONBUMP_GHAPP_PRIVATE_KEY: ${{ secrets.VERSIONBUMP_GHAPP_PRIVATE_KEY }}
0 commit comments