Replacing Static Fake Token with Randomized 32-Character Token #1363
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
pull_request: ~ | |
push: | |
branches: ['main'] | |
schedule: | |
- cron: '0 */12 * * *' | |
jobs: | |
test: | |
uses: SymfonyCasts/.github/.github/workflows/phpunit.yaml@main | |
with: | |
php-version-lowest: '8.1.10' | |
composer-validate: | |
uses: SymfonyCasts/.github/.github/workflows/composer-validate.yaml@main | |
cs: | |
uses: SymfonyCasts/.github/.github/workflows/php-cs-fixer.yaml@main | |
sca: | |
uses: SymfonyCasts/.github/.github/workflows/phpstan.yaml@main | |
with: | |
php: 8.3 | |
install-phpunit-bridge: true |