Fixed typo in Value annotations, and moved to class fields for readab… #470
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: budpro-service | |
on: | |
push: | |
paths: | |
- "plugins/**" | |
- "libs/commands/**" | |
- "libs/data-transfer-objects/**" | |
- "libs/reactive-core/**" | |
- "libs/security-core/**" | |
- "libs/servlet-core/**" | |
- "libs/servlet-insecure-security/**" | |
- "libs/servlet-security/**" | |
- "apps/budpro-service/**" | |
- ".github/workflows/app.budpro-service.yml" | |
jobs: | |
workflow: | |
uses: ./.github/workflows/common.workflow.backend.yml | |
with: | |
working-directory: "apps/budpro-service" | |
deploy-tag: "#deploy-budpro-service" | |
permissions: | |
contents: read | |
id-token: write | |
secrets: inherit |