fix: secret referencing in build.yml
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user