Skip to content

Merge pull request #331 from navikt/feature/try-catch-alle-kall #116

Merge pull request #331 from navikt/feature/try-catch-alle-kall

Merge pull request #331 from navikt/feature/try-catch-alle-kall #116

Workflow file for this run

name: Deploy to prod
on:
push:
branches:
- 'main'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build-deploy:
name: "Build and deploy to prod"
permissions:
contents: "write"
id-token: "write"
uses: navikt/bidrag-workflow/.github/workflows/deploy_prod.yaml@main
secrets: inherit