From 518aee72d294cf529258be2173f0a2ea08fef85c Mon Sep 17 00:00:00 2001 From: John Yeo Date: Wed, 3 Dec 2025 10:30:23 +0000 Subject: [PATCH] fix: secret referencing in build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)