Skip to content

Commit 959eb05

Browse files
committed
Update CI config
Signed-off-by: even-wei <[email protected]>
1 parent cbc6356 commit 959eb05

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/recce_ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,17 @@ jobs:
1313
uses: actions/checkout@v3
1414
with:
1515
fetch-depth: 0
16+
1617
- name: Set up Python
1718
uses: actions/setup-python@v4
1819
with:
1920
python-version: "3.10.x"
21+
2022
- name: Install dependencies
2123
run: |
2224
pip install -r requirements.txt
2325
pip install recce-nightly
26+
2427
- name: Prepare dbt Base environment
2528
run: |
2629
gh repo set-default ${{ github.repository }}
@@ -30,8 +33,8 @@ jobs:
3033
gh run download ${run_id} -n target -D target-base
3134
gh run download ${run_id} -n duckdb
3235
env:
33-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3436
WORKFLOW_BASE: ".github/workflows/dbt_base.yml"
37+
3538
- name: Prepare dbt Current environment
3639
run: |
3740
git checkout ${{ github.event.pull_request.head.sha }}
@@ -44,8 +47,9 @@ jobs:
4447

4548
- name: Run Recce CI
4649
run: |
47-
recce run --cloud --cloud-token ${{ secrets.RECCE_CLOUD_TOKEN }}
50+
recce run --cloud
4851
env:
52+
GITHUB_TOKEN: ${{ secrets.RECCE_CLOUD_TOKEN }}
4953
RECCE_STATE_PASSWORD: ${{ vars.RECCE_STATE_PASSWORD}}
5054

5155
- name: Upload DBT Artifacts

0 commit comments

Comments
 (0)