Skip to content

Commit

Permalink
fix: with -> env
Browse files Browse the repository at this point in the history
  • Loading branch information
matfire committed Oct 16, 2024
1 parent 0f90e7d commit 935c9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
coverage: none

- name: Configure Flux authentication
with:
env:
FLUX_USERNAME: ${{ secrets.FLUX_USERNAME }}
FLUX_LICENSE_KEY: ${{ secrets.FLUX_LICENSE_KEY }}
run: composer config http-basic.composer.fluxui.dev "${FLUX_USERNAME}" "${FLUX_LICENSE_KEY}"
Expand Down

0 comments on commit 935c9d9

Please sign in to comment.