Skip to content

Pods 3.2.5

Pods 3.2.5 #504

name: 'PHP Compatibility'
on:
pull_request:
paths:
- 'classes/**.php'
- 'components/**.php'
- 'includes/**.php'
- 'src/**.php'
- 'sql/**.php'
- 'ui/**.php'
- '*.php'
- 'composer.json'
- '.github/workflows/php-compatibility.yml'
jobs:
phpcs-compatibility:
uses: pods-framework/.github/.github/workflows/php-compatibility.yml@main
secrets:
GH_BOT_TOKEN: ${{ secrets.GH_BOT_TOKEN }}

Check failure on line 18 in .github/workflows/php-compatibility.yml

View workflow run for this annotation

GitHub Actions / PHP Compatibility

Invalid workflow file

The workflow is not valid. .github/workflows/php-compatibility.yml (Line: 18, Col: 21): Invalid secret, GH_BOT_TOKEN is not defined in the referenced workflow.