Skip to content

Commit 7947d2e

Browse files
committed
Update
1 parent 0eac76e commit 7947d2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/solver-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ jobs:
113113
- name: Add KNITRO secrets
114114
if: ${{ matrix.package == "KNITRO" }}
115115
run: |
116-
echo "${{ secrets.ARTELYS_LIC_8326_JUMP_DEV_2023_11_02 }}" > ~/artelys_lic.txt
117-
echo "SECRET_KNITRO_URL=${{ secrets.SECRET_KNITRO_URL }}" >> $GITHUB_ENV
118-
echo "SECRET_KNITRO_LIBIOMP5=${{ secrets.SECRET_KNITRO_LIBIOMP5 }}" >> $GITHUB_ENV
116+
echo "${{ secrets.KNITRO_LICENSE }}" > ~/artelys_lic.txt
117+
echo "SECRET_KNITRO_URL=${{ secrets.KNITRO_URL }}" >> $GITHUB_ENV
118+
echo "SECRET_KNITRO_LIBIOMP5=${{ secrets.KNITRO_LIBIOMP5 }}" >> $GITHUB_ENV
119119
# Setup Xpress.jl
120120
- name: Add Xpress secrets
121121
if: ${{ matrix.package == "Xpress" }}

0 commit comments

Comments
 (0)