Skip to content

Add repository maintenance workflow #1

Add repository maintenance workflow

Add repository maintenance workflow #1

name: Repository Maintenance
on:
push:
workflow_dispatch:
jobs:
maintenance_workflow:
uses: getyourguide/java-actions/.github/workflows/[email protected]

Check failure on line 9 in .github/workflows/repository-maintenance.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/repository-maintenance.yml

Invalid workflow file

error parsing called workflow ".github/workflows/repository-maintenance.yml" -> "getyourguide/java-actions/.github/workflows/[email protected]" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
name: Maintenance
secrets:
CODEARTIFACT_AUTH_TOKEN: ${{ secrets.CODEARTIFACT_AUTH_TOKEN }}