Skip to content

Commit

Permalink
Merge pull request #77 from boxuk/fix/composer-auth-throttling
Browse files Browse the repository at this point in the history
[FIX] Fix for composer auth throttling during CI
  • Loading branch information
jdamner authored Aug 7, 2024
2 parents b5375f4 + 8fda014 commit 85faebe
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 85faebe

Please sign in to comment.