attempted fix for GitHub rate limiting php-cs-fixer installation

from https://github.com/shivammathur/setup-php/issues/678#issuecomment-1363128626
This commit is contained in:
Dylan T 2022-12-22 18:13:03 +00:00 committed by GitHub
parent 17dde140a5
commit 7d1d62042c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,6 +199,8 @@ jobs:
with:
php-version: 8.0
tools: php-cs-fixer:3.11
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run PHP-CS-Fixer
run: php-cs-fixer fix --dry-run --diff --ansi