Skip to content

Commit cb3c28d

Browse files
committed
ci: configure Flux Pro authentication in GitHub Actions workflow
1 parent 961dd53 commit cb3c28d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
5959
restore-keys: ${{ runner.os }}-composer-
6060

61+
- name: Configure Flux Pro authentication
62+
run: composer config http-basic.composer.fluxui.dev "${{ secrets.FLUX_USERNAME }}" "${{ secrets.FLUX_LICENSE_KEY }}"
63+
6164
- name: Install Composer dependencies
6265
run: composer install --no-interaction --prefer-dist --optimize-autoloader
6366

@@ -165,6 +168,9 @@ jobs:
165168
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
166169
restore-keys: ${{ runner.os }}-composer-
167170

171+
- name: Configure Flux Pro authentication
172+
run: composer config http-basic.composer.fluxui.dev "${{ secrets.FLUX_USERNAME }}" "${{ secrets.FLUX_LICENSE_KEY }}"
173+
168174
- name: Install Composer dependencies
169175
run: composer install --no-interaction --prefer-dist --optimize-autoloader
170176

0 commit comments

Comments
 (0)