Skip to content

Patch

Patch #6

Workflow file for this run

name: Patch
on:
workflow_dispatch:
inputs:
branchRef:
description: 'Patch branch (format: release-vX.Y.Z)'
required: true
type: string
jobs:
run-patch:
uses: powsybl/github-ci/.github/workflows/patch-backend-lib-generic.yml@5e13dcb03778dc9a47bd0adbd84c48392b32cd46
with:
githubappId: ${{ vars.GRIDSUITE_ACTIONS_APPID }}
branchRef: ${{ github.event.inputs.branchRef }}
secrets:
VERSIONBUMP_GHAPP_PRIVATE_KEY: ${{ secrets.VERSIONBUMP_GHAPP_PRIVATE_KEY }}