Skip to content

Workflow file for this run

name: Deploy to maven central
on:
push:
branches: #[master, develop]
- feat/add-reusable-workflow
jobs:
workflow-trigger:
#needs: build
uses: smeup/devops/.github/workflows/workflow-trigger.yaml@main

Check failure on line 9 in .github/workflows/maven.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/maven.yml

Invalid workflow file

error parsing called workflow ".github/workflows/maven.yml" -> "smeup/devops/.github/workflows/workflow-trigger.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
repo-name: kokos
action-file-name: develop-release.yml
branch-name: develop
secrets:
GITHUB_PAT: ${{ secrets.ROBBY_SMEUP_PAT }}