Skip to content

Move token to secrets #8

Move token to secrets

Move token to secrets #8

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

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

View workflow run for this annotation

GitHub Actions / bechmark

Invalid workflow file

The workflow is not valid. In .github/workflows/bechmark.yml (Line: 28, Col: 11): Error from called workflow yiisoft/actions/.github/workflows/phpbench.yml@phpbench-improvement (Line: 146, Col: 13): Unrecognized named-value: 'secrets'. Located at position 40 within expression: github.event_name == 'pull_request' && secrets.GITHUB_TOKEN != ''

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

View workflow run for this annotation

GitHub Actions / bechmark

Invalid workflow file

error parsing called workflow ".github/workflows/bechmark.yml" -> "yiisoft/actions/.github/workflows/phpbench.yml@phpbench-improvement" (source branch with sha:213d93b9020fa3415553593cee0e51a694c93803) : You have an error in your yaml syntax on line 125

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

View workflow run for this annotation

GitHub Actions / bechmark

Invalid workflow file

error parsing called workflow ".github/workflows/bechmark.yml" -> "yiisoft/actions/.github/workflows/phpbench.yml@phpbench-improvement" (source branch with sha:213d93b9020fa3415553593cee0e51a694c93803) : You have an error in your yaml syntax on line 125

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

View workflow run for this annotation

GitHub Actions / bechmark

Invalid workflow file

The workflow is not valid. In .github/workflows/bechmark.yml (Line: 28, Col: 11): Error from called workflow yiisoft/actions/.github/workflows/phpbench.yml@phpbench-improvement (Line: 136, Col: 9): Unexpected value 'with' In .github/workflows/bechmark.yml (Line: 28, Col: 11): Error from called workflow yiisoft/actions/.github/workflows/phpbench.yml@phpbench-improvement (Line: 142, Col: 9): Unexpected value 'with'

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

View workflow run for this annotation

GitHub Actions / bechmark

Invalid workflow file

The workflow is not valid. In .github/workflows/bechmark.yml (Line: 28, Col: 11): Error from called workflow yiisoft/actions/.github/workflows/phpbench.yml@phpbench-improvement (Line: 150, Col: 9): Unexpected value 'with'

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

View workflow run for this annotation

GitHub Actions / bechmark

Invalid workflow file

The workflow is not valid. In .github/workflows/bechmark.yml (Line: 28, Col: 11): Error from called workflow yiisoft/actions/.github/workflows/phpbench.yml@phpbench-improvement (Line: 150, Col: 9): Unexpected value 'with'

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

View workflow run for this annotation

GitHub Actions / bechmark

Invalid workflow file

The workflow is not valid. In .github/workflows/bechmark.yml (Line: 28, Col: 11): Error from called workflow yiisoft/actions/.github/workflows/phpbench.yml@phpbench-improvement (Line: 150, Col: 9): Unexpected value 'with'

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

View workflow run for this annotation

GitHub Actions / bechmark

Invalid workflow file

The workflow is not valid. In .github/workflows/bechmark.yml (Line: 28, Col: 11): Error from called workflow yiisoft/actions/.github/workflows/phpbench.yml@phpbench-improvement (Line: 150, Col: 9): Unexpected value 'with'
with:
os: >-
['ubuntu-latest', 'windows-latest']
php: >-
['8.1', '8.2', '8.3']
tag-name: master
secrets:
token: ${{ secrets.YIISOFT_GITHUB_TOKEN }}