Skip to content

Allow multiple elasticsearch hosts #21

Allow multiple elasticsearch hosts

Allow multiple elasticsearch hosts #21

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
pull_request:
jobs:
build:
uses: powsybl/github-ci/.github/workflows/build-generic.yml@9f24da824c364cf389e4efb08685134edbb62271
with:
sonarOrganization: powsybl-ci-github
sonarProjectKey: com.powsybl:powsybl-network-conversion-server
dockerImage: docker.io/powsybl/network-conversion-server
dockerUsername: powsyblci
eventOrganizations: gridsuite
eventType: network_conversion_server_updated
secrets:
sonar-token: ${{ secrets.SONAR_TOKEN }}
docker-token: ${{ secrets.DOCKERHUB_TOKEN }}
repo-token: ${{ secrets.REPO_ACCESS_TOKEN }}