fix: secret referencing in build.yml

This commit is contained in:
John Yeo
2025-12-03 10:30:23 +00:00
parent 484009691b
commit 518aee72d2

View File

@@ -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)