From 2cec18cc7d5a5f2e09bfe0bfdd8b17536a2becb2 Mon Sep 17 00:00:00 2001 From: RanGojo Date: Wed, 2 Oct 2024 09:28:17 +0000 Subject: [PATCH] test --- .github/workflows/deploy-bw3.yml | 6 +++--- .github/workflows/deploy-dexi.yml | 6 +++--- .github/workflows/deploy-eld.yml | 6 +++--- .github/workflows/deploy-tw.yml | 6 +++--- .github/workflows/deploy-tw2.yml | 6 +++--- .github/workflows/production-dapp-deployment.yml | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/deploy-bw3.yml b/.github/workflows/deploy-bw3.yml index 78ab8c3..65bb415 100644 --- a/.github/workflows/deploy-bw3.yml +++ b/.github/workflows/deploy-bw3.yml @@ -9,9 +9,9 @@ jobs: deploy: uses: ./.github/workflows/production-dapp-deployment.yml with: - 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_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 }} secrets: VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} diff --git a/.github/workflows/deploy-dexi.yml b/.github/workflows/deploy-dexi.yml index 0446c72..db41ddd 100644 --- a/.github/workflows/deploy-dexi.yml +++ b/.github/workflows/deploy-dexi.yml @@ -9,9 +9,9 @@ jobs: deploy: uses: ./.github/workflows/production-dapp-deployment.yml with: - 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_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 }} secrets: VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} diff --git a/.github/workflows/deploy-eld.yml b/.github/workflows/deploy-eld.yml index 2f55112..55baa58 100644 --- a/.github/workflows/deploy-eld.yml +++ b/.github/workflows/deploy-eld.yml @@ -9,9 +9,9 @@ jobs: deploy: uses: ./.github/workflows/production-dapp-deployment.yml with: - 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_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 }} secrets: VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} diff --git a/.github/workflows/deploy-tw.yml b/.github/workflows/deploy-tw.yml index 3b467f7..efa1e3e 100644 --- a/.github/workflows/deploy-tw.yml +++ b/.github/workflows/deploy-tw.yml @@ -9,9 +9,9 @@ jobs: deploy: uses: ./.github/workflows/production-dapp-deployment.yml with: - 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_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 }} secrets: VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} diff --git a/.github/workflows/deploy-tw2.yml b/.github/workflows/deploy-tw2.yml index b597e7d..f4e8e7f 100644 --- a/.github/workflows/deploy-tw2.yml +++ b/.github/workflows/deploy-tw2.yml @@ -9,9 +9,9 @@ jobs: deploy: uses: ./.github/workflows/production-dapp-deployment.yml with: - 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_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 }} secrets: VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} diff --git a/.github/workflows/production-dapp-deployment.yml b/.github/workflows/production-dapp-deployment.yml index efff936..75a6f80 100644 --- a/.github/workflows/production-dapp-deployment.yml +++ b/.github/workflows/production-dapp-deployment.yml @@ -31,8 +31,8 @@ jobs: run: | echo "VERCEL_ORG_ID=${{ secrets.VERCEL_ORG_ID }}" >> $GITHUB_ENV echo "VERCEL_TOKEN=${{ secrets.VERCEL_TOKEN }}" >> $GITHUB_ENV - echo "VERCEL_PROJECT_ID=${{ inputs.VERCEL_PROJECT_ID }}" >> $GITHUB_ENV echo "NEXT_PUBLIC_BASE_URL=${{ secrets.NEXT_PUBLIC_BASE_URL }}" >> $GITHUB_ENV + echo "VERCEL_PROJECT_ID=${{ inputs.VERCEL_PROJECT_ID }}" >> $GITHUB_ENV echo "NEXT_PUBLIC_API_KEY=${{ inputs.next_public_api_key }}" >> $GITHUB_ENV echo "NEXT_PUBLIC_SECRET_KEY=${{ inputs.next_public_secret_key }}" >> $GITHUB_ENV - name: Install Vercel CLI