Skip to content

Patch

Patch #3

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@f2f97635ffa5ef68cd9c49f101d8ff92188a3e94
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 }}