-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1273 from edenia/fix/wrong-action-evm-url
fix(workflows): fix wrong evm port
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,7 +132,7 @@ jobs: | |
HASURA_GRAPHQL_ADMIN_SECRET: ${{ secrets.HASURA_GRAPHQL_ADMIN_SECRET }} | ||
HASURA_GRAPHQL_UNAUTHORIZED_ROLE: guest | ||
HASURA_GRAPHQL_ACTION_BASE_URL: http://dashboard-hapi:9090 | ||
HASURA_GRAPHQL_ACTION_EVM_URL: http://dashboard-hapi-evm:9090 | ||
HASURA_GRAPHQL_ACTION_EVM_URL: http://dashboard-hapi-evm:9091 | ||
|
||
- name: Setup and deploy kubernetes environment | ||
uses: steebchen/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,7 +132,7 @@ jobs: | |
HASURA_GRAPHQL_ADMIN_SECRET: ${{ secrets.HASURA_GRAPHQL_ADMIN_SECRET }} | ||
HASURA_GRAPHQL_UNAUTHORIZED_ROLE: guest | ||
HASURA_GRAPHQL_ACTION_BASE_URL: http://dashboard-hapi:9090 | ||
HASURA_GRAPHQL_ACTION_EVM_URL: http://dashboard-hapi-evm:9090 | ||
HASURA_GRAPHQL_ACTION_EVM_URL: http://dashboard-hapi-evm:9091 | ||
|
||
- name: Setup and deploy kubernetes environment | ||
uses: steebchen/[email protected] | ||
|