Skip to content

Commit 2458e5f

Browse files
committed
Adjust workflows
1 parent f9e0b60 commit 2458e5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/analyse.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
coverage: none
3131

3232
- name: Install dependencies
33-
33+
env:
34+
COMPOSER_AUTH: '{"http-basic":{"nova.laravel.com":{"username":"${{secrets.NOVA_USERNAME}}","password":"${{secrets.NOVA_PASSWORD}}"}}}'
3435
run: |
3536
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
3637
composer update --${{ matrix.stability }} --prefer-dist --no-interaction

0 commit comments

Comments
 (0)