Skip to content

Add an endpoint to create modifications without applying them and an endpoint to apply modifications on multiple network contexts #135

Add an endpoint to create modifications without applying them and an endpoint to apply modifications on multiple network contexts

Add an endpoint to create modifications without applying them and an endpoint to apply modifications on multiple network contexts #135

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
pull_request:
jobs:
build:
uses: powsybl/github-ci/.github/workflows/build-generic.yml@07ff8aa16a298b7d735d50883f6f723d84d87a55
with:
sonarOrganization: gridsuite
sonarProjectKey: org.gridsuite:network-modification-server
dockerImage: docker.io/gridsuite/network-modification-server
dockerUsername: gridsuiteci
eventType: network_modification_server_updated
secrets:
sonar-token: ${{ secrets.SONAR_TOKEN }}
docker-token: ${{ secrets.DOCKERHUB_TOKEN }}
repo-token: ${{ secrets.REPO_ACCESS_TOKEN }}