From bf39f3b5c68fcbabfccaaea09ca4ad683fe62f32 Mon Sep 17 00:00:00 2001 From: Lasse Alm Date: Fri, 13 Dec 2024 16:24:36 +0100 Subject: [PATCH] test --- .github/workflows/release-node-images.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-node-images.yaml b/.github/workflows/release-node-images.yaml index 35626a9..6f06f73 100644 --- a/.github/workflows/release-node-images.yaml +++ b/.github/workflows/release-node-images.yaml @@ -266,6 +266,9 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Load common variables + run: cat .github/shared-variables/.env >> $GITHUB_ENV + - name: Configure GCP credentials uses: google-github-actions/auth@v2 with: