Skip to content

Commit

Permalink
fix: hasura variables
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasDeco committed Apr 9, 2024
1 parent 42cad96 commit 5f90b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hasura-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
args: metadata apply
env:
HASURA_ENDPOINT: ${{ secrets.HASURA_ENDPOINT }}
HASURA_ADMIN_SECRET: ${{ secrets.HASURA_ADMIN_SECRET }}
HASURA_ENDPOINT: ${{ secrets.HASURA_ENDPOINT_MAIN }}
HASURA_ADMIN_SECRET: ${{ secrets.HASURA_ADMIN_SECRET_MAIN }}
HASURA_WORKDIR: packages/hasura # replace this by your own path if needed
HASURA_ENGINE_VERSION: v3.0.0

0 comments on commit 5f90b63

Please sign in to comment.