File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -324,6 +324,12 @@ jobs:
324
324
with :
325
325
ref : ${{ needs.process-deployment.outputs.pr_ref }}
326
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
+
327
333
- name : Update Status - Building
328
334
uses : actions/github-script@v7
329
335
with :
@@ -360,6 +366,12 @@ jobs:
360
366
- name : Checkout code
361
367
uses : actions/checkout@v4
362
368
369
+ - name : Setup Environment
370
+ uses : ./.github/actions/setup-environment
371
+ with :
372
+ token : ${{ secrets.CPLN_TOKEN_STAGING }}
373
+ org : ${{ vars.CPLN_ORG_STAGING }}
374
+
363
375
- name : Update Status - Deploying
364
376
uses : actions/github-script@v7
365
377
with :
You can’t perform that action at this time.
0 commit comments