Skip to content

Add bot token for deployment #2

Add bot token for deployment

Add bot token for deployment #2

Workflow file for this run

# https://docs.github.com/en/actions

Check failure on line 1 in .github/workflows/documentation.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/documentation.yml

Invalid workflow file

(Line: 18, Col: 14): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.BOT_TOKEN
name: "Documentation"
on: # yamllint disable-line rule:truthy
push:
branches:
- "6.x"
workflow_dispatch: null
jobs:
run:
name: "Documentation"
uses: "phpDocumentor/.github/.github/workflows/documentation.yml@main"
with:
deploy: true
component: "reflection-docblock"
token: "${{ secrets.BOT_TOKEN }}"