Merge pull request #177 from navikt/feature/oppdater-versjoner #17
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: Deploy to prod | |
on: | |
push: | |
branches: | |
- 'main' | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
jobs: | |
build_and_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 |