Add an endpoint to create modifications without applying them and an endpoint to apply modifications on multiple network contexts #135
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |