We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5fb50 commit 742e247Copy full SHA for 742e247
1 file changed
.github/workflows/deploy-to-control-plane-review-app.yml
@@ -324,6 +324,12 @@ jobs:
324
with:
325
ref: ${{ needs.process-deployment.outputs.pr_ref }}
326
327
+ - name: Setup Environment
328
+ uses: ./.github/actions/setup-environment
329
+ with:
330
+ token: ${{ secrets.CPLN_TOKEN_STAGING }}
331
+ org: ${{ vars.CPLN_ORG_STAGING }}
332
+
333
- name: Update Status - Building
334
uses: actions/github-script@v7
335
@@ -360,6 +366,12 @@ jobs:
360
366
- name: Checkout code
361
367
uses: actions/checkout@v4
362
368
369
370
371
372
373
374
363
375
- name: Update Status - Deploying
364
376
365
377
0 commit comments