Merge pull request #3280 from navikt/feature/ufoeretrygd #3702
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: dolly-frontend | |
on: | |
push: | |
paths: | |
- 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 | |
jobs: | |
cypress: | |
uses: ./.github/workflows/common.cypress.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: | |
NAIS_DOLLY_DEPLOY_API_KEY: ${{ secrets.NAIS_DOLLY_DEPLOY_API_KEY }} | |
NAIS_WORKLOAD_IDENTITY_PROVIDER: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }} | |
NAV_TOKEN: ${{ secrets.NAV_TOKEN }} | |
READER_TOKEN: ${{ secrets.READER_TOKEN }} | |
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} |