Skip to content

Commit f76a85c

Browse files
committed
Update Flux Pro authentication to use username and license key
1 parent 9b55fa4 commit f76a85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Configure Flux Pro credentials
2727
run: |
28-
composer config http-basic.composer.fluxui.dev token ${{ secrets.FLUX_PRO_TOKEN }}
28+
composer config http-basic.composer.fluxui.dev "${{ secrets.FLUX_USERNAME }}" "${{ secrets.FLUX_LICENSE_KEY }}"
2929
3030
- name: Install dependencies with composer
3131
run: composer update --no-ansi --no-interaction --no-progress

0 commit comments

Comments
 (0)