Skip to content

Upgrade to new generic worfklow with new environment secret names #152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:

jobs:
run-patch:
uses: powsybl/github-ci/.github/workflows/patch-backend-lib-generic.yml@8e3547c7f6d98c23095896b6097294f22100b122
uses: powsybl/github-ci/.github/workflows/patch-backend-lib-generic.yml@5e13dcb03778dc9a47bd0adbd84c48392b32cd46
with:
githubappId: ${{ vars.POWSYBL_ACTIONS_APPID }}
branchRef: ${{ github.event.inputs.branchRef }}
secrets:
githubappPrivateKey: ${{ secrets.POWSYBL_ACTIONS_SECRET }}
VERSIONBUMP_GHAPP_PRIVATE_KEY: ${{ secrets.VERSIONBUMP_GHAPP_PRIVATE_KEY }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ on:

jobs:
run-release:
uses: powsybl/github-ci/.github/workflows/release-backend-lib-generic.yml@3cec8155a76cd0b883b1a7b93c3ef034f0182dc1
uses: powsybl/github-ci/.github/workflows/release-backend-lib-generic.yml@5e13dcb03778dc9a47bd0adbd84c48392b32cd46
with:
githubappId: ${{ vars.POWSYBL_ACTIONS_APPID }}
versionType: ${{ github.event.inputs.versionType }}
secrets:
githubappPrivateKey: ${{ secrets.POWSYBL_ACTIONS_SECRET }}
VERSIONBUMP_GHAPP_PRIVATE_KEY: ${{ secrets.VERSIONBUMP_GHAPP_PRIVATE_KEY }}