Skip to content

Commit d46917f

Browse files
Update the Batch Licensing token used for automated testing of the non-interactive dockerfile alternate
1 parent 8d84924 commit d46917f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/non-interactive-build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
working-directory: tests
7979
env:
8080
IMAGE_NAME: ${{ env.IMAGE_BASE_NAME }}:${{ matrix.matlab-release }}
81-
BATCH_TOKEN: ${{ secrets.MATLAB_BATCH_TOKEN_EXPIRES_03_2025 }}
81+
BATCH_TOKEN: ${{ secrets.MATLAB_BATCH_TOKEN_EXPIRES_03_2026 }}
8282
run: python -m unittest -v ${{ env.ALT_PATH }}/*.py
8383

8484
- name: Push the image to ghcr.io

0 commit comments

Comments
 (0)