Skip to content

Create update-docs.yml #1

Create update-docs.yml

Create update-docs.yml #1

Workflow file for this run

name: Trigger Doc Update
on:
workflow_dispatch:
push:
paths-ignore:
- "README_EN.md"
- "README.md"
jobs:
trigger-CMFA-update:
runs-on: ubuntu-latest
steps:
- name: Trigger update-dependencies
run: |

Check failure on line 14 in .github/workflows/update-docs.yml

View workflow run for this annotation

GitHub Actions / Trigger Doc Update

Invalid workflow file

The workflow is not valid. .github/workflows/update-docs.yml (Line: 14, Col: 14): Unrecognized named-value: 'secret'. Located at position 1 within expression: secret.TOKEN
curl -X POST https://api.github.com/repos/pot-app/pot-docs/dispatches \
-H "Accept: application/vnd.github.everest-preview+json" \
-H "Authorization: token ${{ secret.TOKEN }}" \
-d '{"event_type": "plugins-updated"}'