Skip to content

Workflow file for this run

name: cd
on:
workflow_dispatch:
check_run:
types:
- completed
jobs:
maven-cd:
uses: jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@setup # TODO main after https://github.com/jenkins-infra/github-reusable-workflows/pull/1

Check failure on line 10 in .github/workflows/cd.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/cd.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/cd.yaml" -> "jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@setup" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}