Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
RanGojo committed Oct 2, 2024
1 parent 3ed1458 commit 3293945
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 30 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-bw3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
deploy:
uses: ./.github/workflows/production-dapp-deployment.yml
with:
vercel_project_id: ${{ secrets.VERCEL_DAPP_BW3_EXPLORER_PROJECT_ID }}
next_public_api_key: ${{ secrets.NEXT_DAPP_BW3_EXPLORER_PUBLIC_API_KEY }}
next_public_secret_key: ${{ secrets.NEXT_DAPP_BW3_EXPLORER_PUBLIC_SECRET_KEY }}
vercel_org_id: ${{ secrets.VERCEL_ORG_ID }}
vercel_token: ${{ secrets.VERCEL_TOKEN }}
next_public_base_url: ${{ secrets.NEXT_PUBLIC_BASE_URL }}
vercel_project_id: ${{ inputs.VERCEL_DAPP_BW3_EXPLORER_PROJECT_ID }}
next_public_api_key: ${{ inputs.NEXT_DAPP_BW3_EXPLORER_PUBLIC_API_KEY }}
next_public_secret_key: ${{ inputs.NEXT_DAPP_BW3_EXPLORER_PUBLIC_SECRET_KEY }}
vercel_org_id: ${{ inputs.VERCEL_ORG_ID }}
vercel_token: ${{ inputs.VERCEL_TOKEN }}
next_public_base_url: ${{ inputs.NEXT_PUBLIC_BASE_URL }}

env:
VERCEL_ORG_ID: ${{ inputs.vercel_org_id }}
Expand Down
18 changes: 12 additions & 6 deletions .github/workflows/deploy-dexi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ jobs:
deploy:
uses: ./.github/workflows/production-dapp-deployment.yml
with:
vercel_project_id: ${{ secrets.VERCEL_DAPP_DEXI_EXPLORER_PROJECT_ID }}
next_public_api_key: ${{ secrets.NEXT_DAPP_DEXI_EXPLORER_PUBLIC_API_KEY }}
next_public_secret_key: ${{ secrets.NEXT_DAPP_DEXI_EXPLORER_PUBLIC_SECRET_KEY }}
vercel_org_id: ${{ secrets.VERCEL_ORG_ID }}
vercel_token: ${{ secrets.VERCEL_TOKEN }}
next_public_base_url: ${{ secrets.NEXT_PUBLIC_BASE_URL }}
vercel_project_id: ${{ inputs.VERCEL_DAPP_DEXI_EXPLORER_PROJECT_ID }}
next_public_api_key: ${{ inputs.NEXT_DAPP_DEXI_EXPLORER_PUBLIC_API_KEY }}
next_public_secret_key: ${{ inputs.NEXT_DAPP_DEXI_EXPLORER_PUBLIC_SECRET_KEY }}
vercel_org_id: ${{ inputs.VERCEL_ORG_ID }}
vercel_token: ${{ inputs.VERCEL_TOKEN }}
next_public_base_url: ${{ inputs.NEXT_PUBLIC_BASE_URL }}

env:
VERCEL_ORG_ID: ${{ inputs.vercel_org_id }}
VERCEL_PROJECT_ID: ${{ inputs.vercel_project_id }}
VERCEL_TOKEN: ${{ inputs.vercel_org_id }}
NEXT_PUBLIC_BASE_URL: ${{ inputs.next_public_base_url }}
18 changes: 12 additions & 6 deletions .github/workflows/deploy-eld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ jobs:
deploy:
uses: ./.github/workflows/production-dapp-deployment.yml
with:
vercel_project_id: ${{ secrets.VERCEL_DAPP_ELD_EXPLORER_PROJECT_ID }}
next_public_api_key: ${{ secrets.NEXT_DAPP_ELD_EXPLORER_PUBLIC_API_KEY }}
next_public_secret_key: ${{ secrets.NEXT_DAPP_ELD_EXPLORER_PUBLIC_SECRET_KEY }}
vercel_org_id: ${{ secrets.VERCEL_ORG_ID }}
vercel_token: ${{ secrets.VERCEL_TOKEN }}
next_public_base_url: ${{ secrets.NEXT_PUBLIC_BASE_URL }}
vercel_project_id: ${{ inputs.VERCEL_DAPP_ELD_EXPLORER_PROJECT_ID }}
next_public_api_key: ${{ inputs.NEXT_DAPP_ELD_EXPLORER_PUBLIC_API_KEY }}
next_public_secret_key: ${{ inputs.NEXT_DAPP_ELD_EXPLORER_PUBLIC_SECRET_KEY }}
vercel_org_id: ${{ inputs.VERCEL_ORG_ID }}
vercel_token: ${{ inputs.VERCEL_TOKEN }}
next_public_base_url: ${{ inputs.NEXT_PUBLIC_BASE_URL }}

env:
VERCEL_ORG_ID: ${{ inputs.vercel_org_id }}
VERCEL_PROJECT_ID: ${{ inputs.vercel_project_id }}
VERCEL_TOKEN: ${{ inputs.vercel_org_id }}
NEXT_PUBLIC_BASE_URL: ${{ inputs.next_public_base_url }}
18 changes: 12 additions & 6 deletions .github/workflows/deploy-tw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ jobs:
deploy:
uses: ./.github/workflows/production-dapp-deployment.yml
with:
vercel_project_id: ${{ secrets.VERCEL_DAPP_EXPLORER_PROJECT_ID }}
next_public_api_key: ${{ secrets.NEXT_DAPP_EXPLORER_PUBLIC_API_KEY }}
next_public_secret_key: ${{ secrets.NEXT_DAPP_EXPLORER_PUBLIC_SECRET_KEY }}
vercel_org_id: ${{ secrets.VERCEL_ORG_ID }}
vercel_token: ${{ secrets.VERCEL_TOKEN }}
next_public_base_url: ${{ secrets.NEXT_PUBLIC_BASE_URL }}
vercel_project_id: ${{ inputs.VERCEL_DAPP_EXPLORER_PROJECT_ID }}
next_public_api_key: ${{ inputs.NEXT_DAPP_EXPLORER_PUBLIC_API_KEY }}
next_public_secret_key: ${{ inputs.NEXT_DAPP_EXPLORER_PUBLIC_SECRET_KEY }}
vercel_org_id: ${{ inputs.VERCEL_ORG_ID }}
vercel_token: ${{ inputs.VERCEL_TOKEN }}
next_public_base_url: ${{ inputs.NEXT_PUBLIC_BASE_URL }}

env:
VERCEL_ORG_ID: ${{ inputs.vercel_org_id }}
VERCEL_PROJECT_ID: ${{ inputs.vercel_project_id }}
VERCEL_TOKEN: ${{ inputs.vercel_org_id }}
NEXT_PUBLIC_BASE_URL: ${{ inputs.next_public_base_url }}
18 changes: 12 additions & 6 deletions .github/workflows/deploy-tw2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ jobs:
deploy:
uses: ./.github/workflows/production-dapp-deployment.yml
with:
vercel_project_id: ${{ secrets.VERCEL_DAPP_TW2_EXPLORER_PROJECT_ID }}
next_public_api_key: ${{ secrets.NEXT_DAPP_TW2_EXPLORER_PUBLIC_API_KEY }}
next_public_secret_key: ${{ secrets.NEXT_DAPP_TW2_EXPLORER_PUBLIC_SECRET_KEY }}
vercel_org_id: ${{ secrets.VERCEL_ORG_ID }}
vercel_token: ${{ secrets.VERCEL_TOKEN }}
next_public_base_url: ${{ secrets.NEXT_PUBLIC_BASE_URL }}
vercel_project_id: ${{ inputs.VERCEL_DAPP_TW2_EXPLORER_PROJECT_ID }}
next_public_api_key: ${{ inputs.NEXT_DAPP_TW2_EXPLORER_PUBLIC_API_KEY }}
next_public_secret_key: ${{ inputs.NEXT_DAPP_TW2_EXPLORER_PUBLIC_SECRET_KEY }}
vercel_org_id: ${{ inputs.VERCEL_ORG_ID }}
vercel_token: ${{ inputs.VERCEL_TOKEN }}
next_public_base_url: ${{ inputs.NEXT_PUBLIC_BASE_URL }}

env:
VERCEL_ORG_ID: ${{ inputs.vercel_org_id }}
VERCEL_PROJECT_ID: ${{ inputs.vercel_project_id }}
VERCEL_TOKEN: ${{ inputs.vercel_org_id }}
NEXT_PUBLIC_BASE_URL: ${{ inputs.next_public_base_url }}

0 comments on commit 3293945

Please sign in to comment.