Skip to content

Merge branch 'master' into feature/forbedring_workflows #546

Merge branch 'master' into feature/forbedring_workflows

Merge branch 'master' into feature/forbedring_workflows #546

Workflow file for this run

name: testnav-udi-stub
on:
push:
paths:
- libs/data-transfer-objects
- libs/database
- libs/servlet-core
- libs/servlet-security
- apps/udi-stub/**
- .github/workflows/app.udi-stub.yml
- .github/workflows/common.workflow.backend.yml
jobs:
workflow:
uses: ./.github/workflows/common.workflow.backend.yml
with:
cluster: "dev-fss"
working-directory: "apps/udi-stub"
deploy-tag: "#deploy-udi-stub"
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 }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}