Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeraymonddowning committed Sep 25, 2024
1 parent cd77462 commit 237cb92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:

- name: Authenticate Nova
env:
NOVA_EMAIL: ${{ vars.NOVA_EMAIL }}
NOVA_EMAIL: ${{ secrets.NOVA_EMAIL }}
NOVA_PASSWORD: ${{ secrets.NOVA_PASSWORD }}
run: composer config http-basic.nova.laravel.com $NOVA_EMAIL $NOVA_PASSWORD
run: composer config http-basic.nova.laravel.com "$NOVA_EMAIL" "$NOVA_PASSWORD"
shell: bash

0 comments on commit 237cb92

Please sign in to comment.