Skip to content

Commit

Permalink
added default values
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrishnath committed Dec 11, 2024
1 parent d03adc2 commit 7c80bc7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/manual-deploy-ten-gateway-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,19 @@ on:
- "false"
next_public_api_host_environment:
description: "NEXT_PUBLIC_API_HOST_ENVIRONMENT"
required: false
required: true
default: "dev-testnet"
next_public_network_name:
description: "NEXT_PUBLIC_NETWORK_NAME"
required: false
required: true
next_public_tenscan_url:
description: "NEXT_PUBLIC_TENSCAN_URL"
required: false
required: true
default: "https://tenscan.io"
next_public_gateway_url:
description: "NEXT_PUBLIC_GATEWAY_URL"
required: false
required: true
default: "https://dev-testnet.ten.xyz/"

jobs:
validate-inputs:
Expand Down

0 comments on commit 7c80bc7

Please sign in to comment.