Skip to content

Migrate to DCO from CLA #87

Migrate to DCO from CLA

Migrate to DCO from CLA #87

Workflow file for this run

name: CI SNAPSHOT
on:
workflow_dispatch:
push:
branches:
- main
- '*.x'
jobs:
build_snapshot:
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-maven-snapshot.yml@v5
with:
mavenArgs: -U
secrets:
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}