Skip to content

Gjenbrukbar github workflow (#73) #50

Gjenbrukbar github workflow (#73)

Gjenbrukbar github workflow (#73) #50

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/release.yaml@main
secrets: inherit