Skip to content

Commit c3a41ba

Browse files
committed
Try this
1 parent ca460a1 commit c3a41ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ jobs:
200200
with:
201201
composer-options: ${{ matrix.php == '8.5' && '--ignore-platform-req=php+' || '' }}
202202
custom-cache-suffix: $(date -u "+%Y-%m")
203+
env:
204+
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
203205

204206
- name: Grab PHPUnit version
205207
id: phpunit_version
@@ -322,6 +324,8 @@ jobs:
322324
with:
323325
# Bust the cache at least once a month - output format: YYYY-MM.
324326
custom-cache-suffix: $(date -u "+%Y-%m")
327+
env:
328+
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
325329

326330
- name: Grab PHPUnit version
327331
id: phpunit_version

0 commit comments

Comments
 (0)