Skip to content

feat: bootstrap enum component #10

feat: bootstrap enum component

feat: bootstrap enum component #10

Workflow file for this run

name: "Fast Forward Wiki Update"
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: write
pull-requests: read
concurrency:
group: fast-forward-wiki-preview-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
preview:

Check failure on line 16 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: 16, Col: 3): Error calling workflow 'php-fast-forward/dev-tools/.github/workflows/wiki-preview.yml@main'. The nested job 'preview' is requesting 'actions: write', but is only allowed 'actions: none'.
permissions:
contents: write
pull-requests: read
# Pull-request wiki previews live here. Publication and preview cleanup are
# handled by the separate wiki-maintenance wrapper.
uses: php-fast-forward/dev-tools/.github/workflows/wiki-preview.yml@main
secrets: inherit