Refactor rewrite function in Vite proxy config to use consistent pa…
#573
This file contains hidden or 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-frontend-app-generic.yml@aaae75875296657028f2805e7a3fbdb1418b8b95 | |
| with: | |
| dockerImage: gridsuite/gridadmin-app | |
| dockerUsername: gridsuiteci | |
| eventType: gridadmin_app_updated | |
| licensercPath: .github/config/.licenserc.yaml | |
| secrets: | |
| sonar-token: ${{ secrets.SONAR_TOKEN }} | |
| DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} | |
| repo-token: ${{ secrets.REPO_ACCESS_TOKEN }} |