fix: ensure the API_KEY is set in the deploy before use

This commit is contained in:
evanpelle
2026-03-30 21:24:07 -07:00
parent 35be401312
commit 0a7014d46a
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -127,6 +127,8 @@ jobs:
echo "Deployment created in ${SECONDS} seconds" >> $GITHUB_STEP_SUMMARY
echo "::endgroup::"
- name: ⏳ Wait for deployment to start
env:
API_KEY: ${{ secrets.API_KEY }}
run: |
echo "::group::Wait for deployment to start"
set -euxo pipefail