We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d84924 commit d46917fCopy full SHA for d46917f
.github/workflows/non-interactive-build-test.yml
@@ -78,7 +78,7 @@ jobs:
78
working-directory: tests
79
env:
80
IMAGE_NAME: ${{ env.IMAGE_BASE_NAME }}:${{ matrix.matlab-release }}
81
- BATCH_TOKEN: ${{ secrets.MATLAB_BATCH_TOKEN_EXPIRES_03_2025 }}
+ BATCH_TOKEN: ${{ secrets.MATLAB_BATCH_TOKEN_EXPIRES_03_2026 }}
82
run: python -m unittest -v ${{ env.ALT_PATH }}/*.py
83
84
- name: Push the image to ghcr.io
0 commit comments