Skip to content

Patch

Patch #4

Workflow file for this run

name: Patch
on:
workflow_dispatch:
inputs:
releaseVersion:
description: Release version (vX.X)
required: true
type: string
jobs:
run-patch:
uses: powsybl/github-ci/.github/workflows/patch-frontend-app-generic.yml@73c462b0fe734520a3bca15d91a5e1868865567d
with:
releaseVersion: ${{ github.event.inputs.releaseVersion }}
dockerImage: docker.io/gridsuite/gridadmin-app
dockerUsername: gridsuiteci
githubappId: ${{ vars.GRIDSUITE_ACTIONS_APPID }}
secrets:
VERSIONBUMP_GHAPP_PRIVATE_KEY: ${{ secrets.VERSIONBUMP_GHAPP_PRIVATE_KEY }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
sonar-token: ${{ secrets.SONAR_TOKEN }}