- Changed Azure credentials check to have condition on AAD_ISSUER_URI… #812
Workflow file for this run
This file contains 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: organisasjon-faste-data-service | |
on: | |
push: | |
paths: | |
- "plugins/**" | |
- "libs/avro-schema/**" | |
- "libs/commands/**" | |
- "libs/data-transfer-objects/**" | |
- "libs/database/**" | |
- "libs/kafka-config/**" | |
- "libs/kafka-producers/**" | |
- "libs/reactive-core/**" | |
- "libs/security-core/**" | |
- "libs/servlet-core/**" | |
- "libs/servlet-security/**" | |
- "apps/organisasjon-faste-data-service/**" | |
- ".github/workflows/app.organisasjon-faste-data-service.yml" | |
jobs: | |
workflow: | |
uses: ./.github/workflows/common.workflow.backend.yml | |
with: | |
working-directory: "apps/organisasjon-faste-data-service" | |
deploy-tag: "#deploy-organisasjon-faste-data-service" | |
permissions: | |
contents: read | |
id-token: write | |
secrets: inherit |