Skip to content

Test new version of PhpBench GitHub Action #6

Test new version of PhpBench GitHub Action

Test new version of PhpBench GitHub Action #6

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'psalm.xml'
- 'tests/**'
push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'psalm.xml'
- 'tests/**'
name: bechmark
jobs:
phpbench:
uses: yiisoft/actions/.github/workflows/phpbench.yml@phpbench-improvement
with:
os: >-
['ubuntu-latest', 'windows-latest']
php: >-
['8.1', '8.2', '8.3']
tag-name: master
token: ${{ secrets.YIISOFT_GITHUB_TOKEN }}

Check failure on line 35 in .github/workflows/bechmark.yml

View workflow run for this annotation

GitHub Actions / bechmark

Invalid workflow file

The workflow is not valid. .github/workflows/bechmark.yml (Line: 35, Col: 14): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.YIISOFT_GITHUB_TOKEN