Skip to content

Update github-ci actions to latest commit #524

Update github-ci actions to latest commit

Update github-ci actions to latest commit #524

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
pull_request:
jobs:
build:
uses: powsybl/github-ci/.github/workflows/build-backend-app-generic.yml@c81718897ef649fcdc685955a094bf724bf7fa9e
with:
sonarOrganization: powsybl-ci-github

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

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 13, Col: 26): Invalid input, sonarOrganization is not defined in the referenced workflow. .github/workflows/build.yml (Line: 14, Col: 24): Invalid input, sonarProjectKey is not defined in the referenced workflow.
sonarProjectKey: com.powsybl:powsybl-case-server
dockerImage: docker.io/powsybl/case-server
dockerUsername: powsyblci
eventOrganizations: gridsuite
eventType: case_server_updated
secrets:
sonar-token: ${{ secrets.SONAR_TOKEN }}
docker-token: ${{ secrets.DOCKERHUB_TOKEN }}
repo-token: ${{ secrets.REPO_ACCESS_TOKEN }}