diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e36d8034..6dd38bf40 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -120,8 +120,8 @@ jobs: if: github.ref == 'refs/heads/main' env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - DEPLOY_URL: ${{ secrets.INFRA_DEPLOY_URL }} - DEPLOY_SECRET: ${{ secrets.INFRA_DEPLOY_SECRET }} + DEPLOY_URL: ${{ secrets.DEPLOY_URL }} + DEPLOY_SECRET: ${{ secrets.DEPLOY_SECRET }} COMMIT_SHA: ${{ github.sha }} run: | # Get the PR that was merged (if any)