From cba81c5a78ba67a2053d63ea1203fe87eeecba50 Mon Sep 17 00:00:00 2001 From: dysbulic Date: Wed, 3 Jul 2024 22:50:32 -0400 Subject: [PATCH] =?UTF-8?q?testing=20secret=20=F0=9F=9A=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gcp-deploy-frontend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gcp-deploy-frontend.yaml b/.github/workflows/gcp-deploy-frontend.yaml index d3d0e1dce..ac229f368 100644 --- a/.github/workflows/gcp-deploy-frontend.yaml +++ b/.github/workflows/gcp-deploy-frontend.yaml @@ -124,7 +124,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - name: Testing ENV - run: echo "Hasura Host = ${{needs.env.outputs.HASURA_HOST}}" + run: echo "Hasura Secret = ${{needs.env.outputs.HASURA_ADMIN_SECRET}}" - name: Run `hasura metadata reload` uses: browniefed/hasura-runner@master with: