Skip to content

Fix: Schemas not registered during init (fixes #64) #59

Fix: Schemas not registered during init (fixes #64)

Fix: Schemas not registered during init (fixes #64) #59

Workflow file for this run

# Calls the org-level reusable workflow to add PRs to the TODO Board
name: Add PR to Project
on:
pull_request:
types:
- opened
- reopened
jobs:
add-to-project:
uses: adapt-security/.github/.github/workflows/new.yml@main

Check failure on line 13 in .github/workflows/new.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/new.yml

Invalid workflow file

error parsing called workflow ".github/workflows/new.yml" -> "adapt-security/.github/.github/workflows/new.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
PROJECTS_SECRET: ${{ secrets.PROJECTS_SECRET }}