Skip to content

Commit 54abd2f

Browse files
committed
fixing intergration test
1 parent 9e67328 commit 54abd2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ jobs:
433433
CONTAINER_NGINX_IMAGE_REGISTRY="${{ secrets.TEST_REGISTRY_URL }}" \
434434
TAG="${{ matrix.container.plus }}-${{ matrix.container.image }}-${{ matrix.container.version }}" \
435435
OS_RELEASE="${{ matrix.container.release }}" OS_VERSION="${{ matrix.container.version }}" IMAGE_PATH="${{ matrix.container.path }}" \
436-
NGINX_LICENSE_JWT='${{ secrets.TEST_JWT }}' \
436+
NGINX_LICENSE_JWT='${{ secrets.NGINX_LICENSE_JWT }}' \
437437
make official-image-integration-test | tee ${{github.workspace}}/test/dashboard/logs/${{github.job}}/${{matrix.container.image}}-${{matrix.container.version}}/raw_logs.log
438438
exit "${PIPESTATUS[0]}"
439439

0 commit comments

Comments
 (0)