Skip to content

Update workflows to trigger on push and workflow_dispatch. #2

Update workflows to trigger on push and workflow_dispatch.

Update workflows to trigger on push and workflow_dispatch. #2

Workflow file for this run

name: "Fast Forward Wiki Update"
on:
push:
branches:
- main
workflow_dispatch:
jobs:
wiki:

Check failure on line 10 in .github/workflows/wiki.yml

View workflow run for this annotation

GitHub Actions / Fast Forward Wiki Update

Invalid workflow file

The workflow is not valid. .github/workflows/wiki.yml (Line: 10, Col: 3): Error calling workflow 'php-fast-forward/dev-tools/.github/workflows/wiki.yml@main'. The workflow is requesting 'contents: write', but is only allowed 'contents: read'.
uses: php-fast-forward/dev-tools/.github/workflows/wiki.yml@main
secrets: inherit