Skip to content

Maven Release

Maven Release #6

Workflow file for this run

name: Maven Release
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
update:
uses: dfuchss/actions/.github/workflows/maven-release.yml@main
secrets:
# Needs to be a personal access token to push as a certain user; otherwise actions won't be triggered.
PAT: ${{ secrets.PAT }}