Skip to content

Commit

Permalink
switching variable interpolation back 🎹
Browse files Browse the repository at this point in the history
  • Loading branch information
dysbulic committed Jul 4, 2024
1 parent c7de826 commit fa24731
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/gcp-deploy-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,13 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Testing ENV
run: echo "Hasura Secret = ${{needs.env.outputs.HASURA_ADMIN_SECRET}}"
- name: Run `hasura metadata reload`
uses: browniefed/hasura-runner@master
with:
args: metadata reload
env:
HASURA_ENDPOINT: https://${{needs.env.outputs.HASURA_HOST}}
# HASURA_ADMIN_SECRET: ${{needs.env.outputs.HASURA_ADMIN_SECRET}}
HASURA_GRAPHQL_ADMIN_SECRET: ${{secrets.HASURA_DEV_SECRET}}
HASURA_GRAPHQL_ADMIN_SECRET: ${{needs.env.outputs.HASURA_ADMIN_SECRET}}
PATH_TO_HASURA_PROJECT_ROOT: ./hasura

build-frontend:
Expand Down

0 comments on commit fa24731

Please sign in to comment.