Back to issuer-uri, but now with a CustomOidcUserService that dont' l… #1001
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: endringsmelding-frontend | |
on: | |
push: | |
paths: | |
- "plugins/**" | |
- "libs/reactive-core/**" | |
- "libs/reactive-frontend/**" | |
- "libs/reactive-session-security/**" | |
- "libs/security-core/**" | |
- "apps/endringsmelding-frontend/**" | |
- ".github/workflows/app.endringsmelding-frontend.yml" | |
jobs: | |
workflow: | |
uses: ./.github/workflows/common.workflow.frontend.yml | |
with: | |
working-directory: "apps/endringsmelding-frontend" | |
deploy-tag: "#deploy-endringsmelding-frontend" | |
permissions: | |
contents: read | |
id-token: write | |
secrets: inherit |