Adaptation to moving Dynamic Simulation Params to Dynamic Simulation server #72
This file contains hidden or 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-backend-app-generic.yml@3ed0caeb3395e55868884f466d726ddaee877850 | |
| with: | |
| dockerImage: docker.io/gridsuite/dynamic-margin-calculation-server | |
| dockerUsername: gridsuiteci | |
| eventType: dynamic_margin_calculation_server_updated | |
| secrets: | |
| sonar-token: ${{ secrets.SONAR_TOKEN }} | |
| DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} | |
| repo-token: ${{ secrets.REPO_ACCESS_TOKEN }} |