From c0d942c1addc5521d5c20dda1ca9a3e8e9afcbbe Mon Sep 17 00:00:00 2001 From: harisato Date: Tue, 11 Jul 2023 10:58:31 +0700 Subject: [PATCH] update ci staging --- .github/workflows/hasura-staging.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hasura-staging.yml b/.github/workflows/hasura-staging.yml index 8abe25b7..9f1ecb59 100644 --- a/.github/workflows/hasura-staging.yml +++ b/.github/workflows/hasura-staging.yml @@ -13,9 +13,9 @@ jobs: - name: Apply hasura migrations uses: tibotiber/hasura-action@master # use a tagged version instead of master with: - args: deploy --endpoint $HASURA_STAGING_ENDPOINT --admin-secret $HASURA_STAGING_ADMIN_SECRET + args: deploy --endpoint $HASURA_ENDPOINT --admin-secret $HASURA_ADMIN_SECRET env: - HASURA_STAGING_ENDPOINT: ${{ secrets.HASURA_STAGING_ENDPOINT }} - HASURA_STAGING_ADMIN_SECRET: ${{ secrets.HASURA_STAGING_ADMIN_SECRET }} + HASURA_ENDPOINT: ${{ secrets.HASURA_STAGING_ENDPOINT }} + HASURA_ADMIN_SECRET: ${{ secrets.HASURA_STAGING_ADMIN_SECRET }} HASURA_WORKDIR: hasura # replace this by your own path if needed HASURA_ENGINE_VERSION: v2.6.2 # replace this by the version you need, remove to use stable