Skip to content

Commit

Permalink
dependency submission yml
Browse files Browse the repository at this point in the history
  • Loading branch information
palfi committed Nov 16, 2023
1 parent 242c0d0 commit 48a4f18
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Dependency Submission
on:
push:
branches:
- master
paths:
- "pom.xml"
- "**/pom.xml"
workflow_dispatch:

jobs:
deps:
permissions:
contents: write
uses: navikt/fp-gha-workflows/.github/workflows/mvn-dependency-submission.yml@main\
secrets: inherit

0 comments on commit 48a4f18

Please sign in to comment.