Skip to content

Commit

Permalink
Update deploy-bdjuno-public-testnet.yml
Browse files Browse the repository at this point in the history
added diag.file
  • Loading branch information
beb4now authored Jun 4, 2024
1 parent 7aa84b4 commit f8b94de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy-bdjuno-public-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,11 @@ jobs:
run: |
cd hasura
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | bash
echo "script finished"
whoami
pwd
cat << EOF > diag.file
hasura metadata apply --endpoint ${{ secrets.HASURA_GRAPHQL_ENDPOINT_URL }} --admin-secret ${{ secrets.HASURA_GRAPHQL_ADMIN_SECRET }}
EOF
chmod +x diag.file
./diag.file

0 comments on commit f8b94de

Please sign in to comment.