Skip to content

Commit

Permalink
[FIX] Fix for composer auth throttling during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamner committed Aug 7, 2024
1 parent b5375f4 commit 8fda014
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
php-version: ${{ matrix.php }}
coverage: pcov
tools: cs2pr
- name: Setup Composer Auth
run: composer config -g github-oauth.github.com $GITHUB_TOKEN
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
run: composer install
- name: Run lint
Expand Down

0 comments on commit 8fda014

Please sign in to comment.