Skip to content

Commit e8fb8bf

Browse files
authored
Update tests.yml
1 parent 757b733 commit e8fb8bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
- name: Install dependencies
5858
run: |
5959
composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts:^${{ matrix.laravel }}"
60+
env:
61+
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
6062

6163
- name: Execute tests
6264
run: vendor/bin/pest

0 commit comments

Comments
 (0)