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 32488af commit d4481c2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-bw3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
env:
VERCEL_ORG_ID: ${{ inputs.vercel_org_id }}
VERCEL_PROJECT_ID: ${{ inputs.vercel_project_id }}
VERCEL_TOKEN: ${{ inputs.vercel_org_id }}
VERCEL_TOKEN: ${{ inputs.vercel_token }}
NEXT_PUBLIC_BASE_URL: ${{ inputs.next_public_base_url }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dexi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
env:
VERCEL_ORG_ID: ${{ inputs.vercel_org_id }}
VERCEL_PROJECT_ID: ${{ inputs.vercel_project_id }}
VERCEL_TOKEN: ${{ inputs.vercel_org_id }}
VERCEL_TOKEN: ${{ inputs.vercel_token }}
NEXT_PUBLIC_BASE_URL: ${{ inputs.next_public_base_url }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy-eld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
env:
VERCEL_ORG_ID: ${{ inputs.vercel_org_id }}
VERCEL_PROJECT_ID: ${{ inputs.vercel_project_id }}
VERCEL_TOKEN: ${{ inputs.vercel_org_id }}
VERCEL_TOKEN: ${{ inputs.vercel_token }}
NEXT_PUBLIC_BASE_URL: ${{ inputs.next_public_base_url }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy-tw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
env:
VERCEL_ORG_ID: ${{ inputs.vercel_org_id }}
VERCEL_PROJECT_ID: ${{ inputs.vercel_project_id }}
VERCEL_TOKEN: ${{ inputs.vercel_org_id }}
VERCEL_TOKEN: ${{ inputs.vercel_token }}
NEXT_PUBLIC_BASE_URL: ${{ inputs.next_public_base_url }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy-tw2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
env:
VERCEL_ORG_ID: ${{ inputs.vercel_org_id }}
VERCEL_PROJECT_ID: ${{ inputs.vercel_project_id }}
VERCEL_TOKEN: ${{ inputs.vercel_org_id }}
VERCEL_TOKEN: ${{ inputs.vercel_token }}
NEXT_PUBLIC_BASE_URL: ${{ inputs.next_public_base_url }}

0 comments on commit d4481c2

Please sign in to comment.