Skip to content

feat: test toc

feat: test toc #3

Workflow file for this run

name: TOC Generator
on:
push:
paths:
- 'README.md' # 只有 README.md 发生变化时触发name: TOC Generator
jobs:
generateTOC:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v4
with:
CREATE_PR: true
secrets:

Check failure on line 14 in .github/workflows/toc.yml

View workflow run for this annotation

GitHub Actions / TOC Generator

Invalid workflow file

The workflow is not valid. .github/workflows/toc.yml (Line: 14, Col: 5): Unexpected value 'secrets'
BOT_APP_ID: ${{ secrets.BOT_APP_ID }}
BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }}
permissions:
pull-requests: write
contents: write