Skip to content

fix: add attachment name in download endpoint (#147) #526

fix: add attachment name in download endpoint (#147)

fix: add attachment name in download endpoint (#147) #526

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@8e3547c7f6d98c23095896b6097294f22100b122
with:
sonarOrganization: powsybl-ci-github
sonarProjectKey: com.powsybl:powsybl-case-server
dockerImage: docker.io/powsybl/case-server
dockerUsername: powsyblci
eventOrganizations: gridsuite
eventType: case_server_updated
secrets:
sonar-token: ${{ secrets.SONAR_TOKEN }}
docker-token: ${{ secrets.DOCKERHUB_TOKEN }}
repo-token: ${{ secrets.REPO_ACCESS_TOKEN }}