Skip to content

Commit f3c2af1

Browse files
committed
WIP
1 parent 8f148cd commit f3c2af1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy-to-control-plane.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ on:
1313

1414
# Convert the GitHub secret variables to environment variables for use by the Control Plane CLI
1515
env:
16-
CPLN_ORG: ${{secrets.CPLN_ORG}}
17-
CPLN_TOKEN: ${{secrets.CPLN_TOKEN}}
16+
CPLN_ORG: ${{secrets.CPLN_ORG_STAGING}}
17+
CPLN_TOKEN: ${{secrets.CPLN_TOKEN_STAGING}}
1818

1919
jobs:
2020
deploy-to-control-plane-staging:
@@ -42,7 +42,8 @@ jobs:
4242

4343
- name: cpl profile
4444
run: |
45-
cpln profile update default --token ${CPLN_TOKEN}
45+
cpln profile update default
46+
# cpln profile update default --token ${CPLN_TOKEN}
4647

4748
# Caching step
4849
- uses: actions/cache@v2

0 commit comments

Comments
 (0)