Skip to content

chore(deps): bump php-forge/actions from 1 to 2 #387

chore(deps): bump php-forge/actions from 1 to 2

chore(deps): bump php-forge/actions from 1 to 2 #387

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'phpunit.xml.dist'
push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'phpunit.xml.dist'
name: static analysis
jobs:
phpstan:
uses: php-forge/actions/.github/workflows/phpstan.yml@v2

Check failure on line 26 in .github/workflows/static.yml

View workflow run for this annotation

GitHub Actions / static analysis

Invalid workflow file

The workflow is not valid. .github/workflows/static.yml (Line: 26, Col: 11): Secret AUTH_TOKEN is required, but not provided while calling.
with:
concurrency-group: phpstan-${{ github.workflow }}-${{ github.ref }}
phpstan-console:
uses: php-forge/actions/.github/workflows/phpstan.yml@v2
with:
configuration: 'phpstan-console.neon'
concurrency-group: phpstan-console-${{ github.workflow }}-${{ github.ref }}