Skip to content

.github/workflows/sync-labels.yml #10

.github/workflows/sync-labels.yml

.github/workflows/sync-labels.yml #10

Workflow file for this run

name: Sync Labels from Central Repository
on:
repository_dispatch:
types:
- sync_labels
jobs:
call-reusable-workflow:
uses: SchemaApp/SchemaApp/.github/workflows/sync-labels.yml@master

Check failure on line 10 in .github/workflows/sync-labels.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sync-labels.yml

Invalid workflow file

error parsing called workflow ".github/workflows/sync-labels.yml" -> "SchemaApp/SchemaApp/.github/workflows/sync-labels.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
labels_url: https://raw.githubusercontent.com/SchemaApp/SchemaApp/master/.github/labels.yml
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}