Skip to content

Release

Release #1

Workflow file for this run

name: Release
on:
workflow_dispatch:
inputs:
releaseVersion:
description: Release version (vX.X)
required: true
type: string
gitReference:
description: SHA of the commit from where to release or branch name
required: true
type: string
jobs:
run-release:
uses: powsybl/github-ci/.github/workflows/release-frontend-app-generic.yml@29746dc4775fab66ef9e0481b57f3c0615b36ee4

Check failure on line 17 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "powsybl/github-ci/.github/workflows/release-frontend-app-generic.yml@29746dc4775fab66ef9e0481b57f3c0615b36ee4" : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
releaseVersion: ${{ github.event.inputs.releaseVersion }}
commitSha: ${{ github.event.inputs.gitReference }}
dockerImage: docker.io/gridsuite/gridadmin-app
dockerUsername: gridsuiteci
githubappId: ${{ vars.GRIDSUITE_ACTIONS_APPID }}
secrets:
githubappPrivateKey: ${{ secrets.GRIDSUITE_ACTIONS_SECRET }}
docker-token: ${{ secrets.DOCKERHUB_TOKEN }}
sonar-token: ${{ secrets.SONAR_TOKEN }}