From c1224ff60461be051e4157c62034eeb514c9d876 Mon Sep 17 00:00:00 2001 From: bel Date: Thu, 12 Oct 2023 01:59:27 +0000 Subject: [PATCH] Updated pipeline firebase-deploy --- .harness/firebase-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.harness/firebase-deploy.yaml b/.harness/firebase-deploy.yaml index 0ed8957..00e71a9 100644 --- a/.harness/firebase-deploy.yaml +++ b/.harness/firebase-deploy.yaml @@ -12,4 +12,4 @@ spec: name: build shell: bash script: | - bash ./deploy.firebase.sh \ No newline at end of file + bash ./deploy.firebase.sh '${{ secrets.get("secret_name") }}' \ No newline at end of file