Skip to content

Commit

Permalink
update ci staging
Browse files Browse the repository at this point in the history
  • Loading branch information
harisato committed Jul 11, 2023
1 parent a352811 commit c0d942c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hasura-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c0d942c

Please sign in to comment.