Skip to content

Merge pull request #3656 from navikt/bugfix/ny-ident-personvalg #4800

Merge pull request #3656 from navikt/bugfix/ny-ident-personvalg

Merge pull request #3656 from navikt/bugfix/ny-ident-personvalg #4800

name: dolly-frontend
on:
push:
paths:
- "plugins/**"
- "libs/data-transfer-objects/**"
- "libs/reactive-core/**"
- "libs/reactive-frontend/**"
- "libs/reactive-proxy/**"
- "libs/reactive-security/**"
- "libs/reactive-session-security/**"
- "libs/security-core/**"
- "libs/security-core/**"
- "apps/dolly-frontend/**"
- ".github/workflows/app.dolly-frontend.yml"
- ".github/workflows/common.playwright.yml"
jobs:
playwright:
uses: ./.github/workflows/common.playwright.yml
with:
working-directory: "apps/dolly-frontend"
secrets:
READER_TOKEN: ${{ secrets.READER_TOKEN }}
workflow:
uses: ./.github/workflows/common.workflow.frontend.yml
with:
working-directory: "apps/dolly-frontend"
deploy-tag: "#deploy-frontend"
deploy-tag-test: "#deploy-test-frontend"
deploy-tag-idporten: "#deploy-idporten-frontend"
deploy-tag-unstable: "#deploy-unstable-frontend"
permissions:
contents: read
id-token: write
secrets: inherit