From e59484980b39d7b37ab43a7cd5f11ef24d67a559 Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 29 Oct 2024 23:25:57 +0000 Subject: [PATCH] Fix issue --- .github/workflows/test_published_images.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_published_images.yml b/.github/workflows/test_published_images.yml index 69259f3d..88b9e9b6 100644 --- a/.github/workflows/test_published_images.yml +++ b/.github/workflows/test_published_images.yml @@ -86,6 +86,7 @@ jobs: # Slim builds are not published to other repos if [[ "${{ matrix.distribution_type }}" == "ee" && -z "${{ matrix.variant }}" ]]; then + export HZ_LICENSEKEY=${{ secrets.HZ_ENTERPRISE_LICENSE }} # TODO REMOVE echo "echo ${{ secrets.NLC_REPO_TOKEN }} | docker login -u ${{ secrets.NLC_REPO_USERNAME }} ${{ secrets.NLC_REPOSITORY }} --password-stdin" >> ${{ github.run_id }}.txt