Skip to content

Commit 5c4882b

Browse files
committed
MMA-8188 Legg til action for automatisk bygging (ikke image push) av dependabot branches
1 parent fb0e341 commit 5c4882b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Build Dependabot PR branch
2+
on:
3+
push:
4+
branches:
5+
- 'dependabot/**'
6+
7+
permissions:
8+
contents: read
9+
packages: write
10+
id-token: write
11+
12+
jobs:
13+
build:
14+
if: ${{ github.actor == 'dependabot[bot]' }}
15+
uses: navikt/dok-workflows/.github/workflows/build-app-gar.yml@main
16+
secrets: inherit

0 commit comments

Comments
 (0)