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