Skip to content

Commit 742e247

Browse files
committed
fix build/deploy to run setup
1 parent 0c5fb50 commit 742e247

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)