Skip to content

Refactor: Rename root network notifications headers to pass #40

Refactor: Rename root network notifications headers to pass

Refactor: Rename root network notifications headers to pass #40

Workflow file for this run

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