Skip to content

Commit c9756d0

Browse files
committed
missed a quote
1 parent 5658709 commit c9756d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
org: ${{ vars.CPLN_ORG_PRODUCTION }}
2525

2626
- name: Copy Image from Staging
27-
run: cpflow copy-image-from-upstream -a ${{ vars.PRODUCTION_APP_NAME }} -t "{{ secrets.CPLN_TOKEN_STAGING }}
27+
run: cpflow copy-image-from-upstream -a ${{ vars.PRODUCTION_APP_NAME }} -t {{ secrets.CPLN_TOKEN_STAGING }}
2828

2929
- name: Deploy Image to Production
3030
run: cpflow deploy-image -a ${{ vars.PRODUCTION_APP_NAME }} --run-release-phase --org ${{ vars.CPLN_ORG_PRODUCTION }}

0 commit comments

Comments
 (0)