Skip to content

Use new build/release/patch generic workflows #2

Use new build/release/patch generic workflows

Use new build/release/patch generic workflows #2

Workflow file for this run

name: Patch
on:
pull_request:
workflow_dispatch:
inputs:
releaseVersion:
description: version to patch (vX.X)
required: true
jobs:
run-patch:
uses: powsybl/github-ci/.github/workflows/patch-base-docker-image-generic.yml@82f3403adc3bf4cc4fe5dbb4d8fff322b9b180ba

Check failure on line 13 in .github/workflows/patch.yml

View workflow run for this annotation

GitHub Actions / Patch

Invalid workflow file

The workflow is not valid. .github/workflows/patch.yml (Line: 13, Col: 11): Secret sonar-token is required, but not provided while calling.
with:
githubappId: ${{ vars.POWSYBL_ACTIONS_APPID }}
dockerImage: powsybl/java
dockerUsername: powsyblci
releaseVersion: ${{ github.event.inputs.releaseVersion }}
secrets:
githubappPrivateKey: ${{ secrets.POWSYBL_ACTIONS_SECRET }}
docker-token: ${{ secrets.DOCKERHUB_TOKEN }}