Fix: Replace secrets.DEPLOY_URL with vars.DEPLOY_URL in deploy_staging.yml

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-09 00:28:13 +00:00
parent 1eb5488e45
commit 0a2158066c

View File

@@ -27,7 +27,7 @@ jobs:
environment:
name: ${{ inputs.environment }}
url: ${{ secrets.DEPLOY_URL }}
url: ${{ vars.DEPLOY_URL }}
steps:
- name: Checkout repository