Skip to content

Commit fa96ca0

Browse files
committed
debug
1 parent 544cce4 commit fa96ca0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/promote-staging-to-production.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737
- name: Promote Staging to Production
3838
id: promote
3939
run: |
40-
echo "🚀 Starting promotion from staging to production... for app ${APP_NAME}"
41-
40+
echo "🚀 Starting promotion from staging to production for app ${APP_NAME}"
41+
42+
echo "upstream_token is ${UPSTREAM_TOKEN}"
4243
if ! cpflow promote-app-from-upstream -a "${APP_NAME}" -t "${UPSTREAM_TOKEN}" --org "${CPLN_ORG}" --verbose --trace ; then
4344
echo "❌ Failed to promote staging to production"
4445
exit 1

0 commit comments

Comments
 (0)