From 593765cb248656e3b3b6929c4932cfd29c8e2585 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 13 Jan 2023 12:31:55 -0800 Subject: [PATCH] cat values file after downloading --- .github/workflows/deploy-gamma.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-gamma.yml b/.github/workflows/deploy-gamma.yml index 6fb01abc5..d46142707 100644 --- a/.github/workflows/deploy-gamma.yml +++ b/.github/workflows/deploy-gamma.yml @@ -31,7 +31,8 @@ jobs: run: kubectl get ingress - name: Write helm values to file run: | - echo "${{ secrets.HELM_VALUES_GAMMA }}" + wget https://raw.githubusercontent.com/Infisical/infisical/main/.github/values.yaml + cat values.yaml \ No newline at end of file