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:
324324 with :
325325 ref : ${{ needs.process-deployment.outputs.pr_ref }}
326326
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+
327333 - name : Update Status - Building
328334 uses : actions/github-script@v7
329335 with :
@@ -360,6 +366,12 @@ jobs:
360366 - name : Checkout code
361367 uses : actions/checkout@v4
362368
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+
363375 - name : Update Status - Deploying
364376 uses : actions/github-script@v7
365377 with :
You can’t perform that action at this time.
0 commit comments