Skip to content

Commit f0a55be

Browse files
authored
Update tests.yml with the Flux Pro config (#51)
* Update tests.yml * Remove final empty line
1 parent 18ea3ac commit f0a55be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- name: Install Node Dependencies
3636
run: npm i
3737

38+
- name: Add Flux Credentials Loaded From ENV
39+
run: composer config http-basic.composer.fluxui.dev "${{ secrets.FLUX_USERNAME }}" "${{ secrets.FLUX_LICENSE_KEY }}"
40+
3841
- name: Install Dependencies
3942
run: composer install --no-interaction --prefer-dist --optimize-autoloader
4043

0 commit comments

Comments
 (0)