Skip to content

Commit 39c3933

Browse files
committed
wip
1 parent c444f3e commit 39c3933

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 1
2424

2525
- name: Configure composer for Nova
26-
run: composer config 'http-basic.nova.laravel.com' '${{ secrets.NOVA_USERNAME }}' '${{ secrets.NOVA_PASSWORD }}'
26+
run: composer config 'http-basic.nova.laravel.com' '${{ secrets.NOVA_USERNAME }}' '${{ secrets.NOVA_LICENSE_KEY }}'
2727

2828
- name: Install composer dependencies
2929
run: |

0 commit comments

Comments
 (0)