Skip to content

feat: initial commit #1

feat: initial commit

feat: initial commit #1

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths:
- "pcb/*.kicad_*"
- "kibot.yml"
- ".github/workflows/ci.yml"
jobs:
check:
name: Check
uses: Qeteshpony/reusable-workflows/.github/workflows/kibot-check.yml@main
with:
config-file: kibot.yml
board-file: pcb/AC-Controller.kicad_pcb
docs:

Check failure on line 20 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 20, Col: 3): Error calling workflow 'Qeteshpony/reusable-workflows/.github/workflows/kibot-docs.yml@main'. The nested job 'Deploy' is requesting 'pages: write, id-token: write', but is only allowed 'pages: none, id-token: none'.
name: Docs
needs: check
uses: Qeteshpony/reusable-workflows/.github/workflows/kibot-docs.yml@main
with:
config-file: kibot.yml
board-file: pcb/AC-Controller.kicad_pcb