Associate default parameters for security analysis, sensitivity analysis, short circuit analysis, voltage init with a user profile #12
Workflow file for this run
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:user-admin-server | |
dockerImage: docker.io/gridsuite/user-admin-server | |
dockerUsername: gridsuiteci | |
eventType: user_admin_server_updated | |
secrets: | |
sonar-token: ${{ secrets.SONAR_TOKEN }} | |
docker-token: ${{ secrets.DOCKERHUB_TOKEN }} | |
repo-token: ${{ secrets.REPO_ACCESS_TOKEN }} |