Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Nov 21, 2023
1 parent 4523418 commit 9d01226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/process-artisan-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: |
cd /tmp/laravel
composer config repositories.nova '{"type": "composer", "url": "https://nova.laravel.com"}' --file composer.json
composer config http-basic.nova.laravel.com ${{ secrets.NOVA_USERNAME }} ${{ secrets.NOVA_LICENSE_KEY }}
composer config --global http-basic.nova.laravel.com "${{ secrets.NOVA_USERNAME }}" "${{ secrets.NOVA_LICENSE_KEY }}"
- name: Install Laravel Packages
run: |
Expand Down

1 comment on commit 9d01226

@vercel
Copy link

@vercel vercel bot commented on 9d01226 Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.