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: