From a8f2ad2babf52a5bf33dec24711cf2b48e6ad41e Mon Sep 17 00:00:00 2001 From: Abdelilah Essiari Date: Thu, 14 Mar 2024 22:41:09 -0700 Subject: [PATCH] added config validation for gcp provider --- .github/workflows/ubuntu_22_and_test_gcp.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ubuntu_22_and_test_gcp.yml b/.github/workflows/ubuntu_22_and_test_gcp.yml index 5c894d21..a341f7dc 100644 --- a/.github/workflows/ubuntu_22_and_test_gcp.yml +++ b/.github/workflows/ubuntu_22_and_test_gcp.yml @@ -14,6 +14,8 @@ env: FABRIC_PROJECT: ${{ secrets.FABRIC_PROJECT }} FABRIC_USER: ${{ secrets.FABRIC_USER }} + GCP_SERVICE_KEY_PATH: ${{ secrets.GCP_SERVICE_KEY_PATH }} + RUN_GCP: ${{ vars.RUN_GCP }} jobs: