Skip to content

Add busbar section in spreadsheet type. (#10) #64

Add busbar section in spreadsheet type. (#10)

Add busbar section in spreadsheet type. (#10) #64

Workflow file for this run

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