Skip to content

Commit 45031a7

Browse files
committed
Add GH_TOKEN back for GitHub CLI
Signed-off-by: even-wei <[email protected]>
1 parent 959eb05 commit 45031a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/recce_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
gh run download ${run_id} -n target -D target-base
3434
gh run download ${run_id} -n duckdb
3535
env:
36+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3637
WORKFLOW_BASE: ".github/workflows/dbt_base.yml"
3738

3839
- name: Prepare dbt Current environment

0 commit comments

Comments
 (0)