Skip to content

Gjenbrukbar github workflow #116

Gjenbrukbar github workflow

Gjenbrukbar github workflow #116

Workflow file for this run

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