Skip to content

Move sonar properties from workflow to pom.xml #22

Move sonar properties from workflow to pom.xml

Move sonar properties from workflow to pom.xml #22

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@8e990dd28cbccff180f322903ac1e3131ab3632a
with:
dockerImage: docker.io/gridsuite/dynamic-mapping-server
dockerUsername: gridsuiteci
eventType: dynamic_mapping_server_updated
secrets:
sonar-token: ${{ secrets.SONAR_TOKEN }}
docker-token: ${{ secrets.DOCKERHUB_TOKEN }}
repo-token: ${{ secrets.REPO_ACCESS_TOKEN }}