Skip to content

Commit c15b6d2

Browse files
committed
Auth
1 parent 5f75e2a commit c15b6d2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/analyse.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
coverage: none
3131

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

.github/workflows/style.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
coverage: none
2222

2323
- name: Install dependencies
24+
env:
25+
COMPOSER_AUTH: '{"http-basic":{"nova.laravel.com":{"username":"${{secrets.NOVA_USERNAME}}","password":"${{secrets.NOVA_PASSWORD}}"}}}'
2426
run: composer install
2527

2628
- name: Style

0 commit comments

Comments
 (0)