Skip to content

Patch

Patch #4

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