From 76d63260beb0bd738e186ca66db97ba6376fd820 Mon Sep 17 00:00:00 2001 From: BushraS-Protean Date: Tue, 20 May 2025 16:20:22 +0530 Subject: [PATCH] Update build-and-deploy-plugins.yml --- .github/workflows/build-and-deploy-plugins.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-deploy-plugins.yml b/.github/workflows/build-and-deploy-plugins.yml index 8417ff5..8187730 100644 --- a/.github/workflows/build-and-deploy-plugins.yml +++ b/.github/workflows/build-and-deploy-plugins.yml @@ -8,6 +8,7 @@ jobs: build-and-upload: runs-on: ubuntu-latest env: + GCS_BUCKET: ${{ secrets.GCS_BUCKET }} PLUGIN_OUTPUT_DIR: ./generated ZIP_FILE: plugins_bundle.zip