Skip to content

build: 🔧 make guidebook as a book in _quarto.yml #20

build: 🔧 make guidebook as a book in _quarto.yml

build: 🔧 make guidebook as a book in _quarto.yml #20

Workflow file for this run

name: Add to project board
on:
issues:
types:
- opened
- reopened
- transferred
pull_request:
types:
- reopened
- opened
permissions:
pull-requests: write
jobs:
add-to-project:
uses: seedcase-project/.github/.github/workflows/reusable-add-to-project.yml@main

Check failure on line 19 in .github/workflows/add-to-project.yml

View workflow run for this annotation

GitHub Actions / Add to project board

Invalid workflow file

The workflow is not valid. .github/workflows/add-to-project.yml (Line: 19, Col: 11): Input app-id is required, but not provided while calling.
with:
board-number: 18
secrets:
add-to-board-token: ${{ secrets.ADD_TO_BOARD }}
gh-token: ${{ secrets.GITHUB_TOKEN }}