Skip to content

ci: use centralised maven workflows with secret inherit (#29) #9

ci: use centralised maven workflows with secret inherit (#29)

ci: use centralised maven workflows with secret inherit (#29) #9

name: Maven snapshot
on:
push:
paths-ignore:
- '.gitignore'
- 'README.md'
- 'LICENSE'
- 'docs'
branches: [ main ]
workflow_dispatch:
jobs:
maven-snapshot:
uses: danubetech/workflows/.github/workflows/maven-snapshot.yml@main
with:
MAVEN_REPO_SERVER_ID: 'danubetech-maven-snapshots'
secrets: inherit