File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments