Skip to content

Patch

Patch #3

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@29746dc4775fab66ef9e0481b57f3c0615b36ee4
with:
githubappId: ${{ vars.GRIDSUITE_ACTIONS_APPID }}
branchRef: ${{ github.event.inputs.branchRef }}
secrets:
githubappPrivateKey: ${{ secrets.GRIDSUITE_ACTIONS_SECRET }}