Skip to content

Commit

Permalink
Add token to use gh cli
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Nov 19, 2024
1 parent 951df56 commit 5782ee5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
path: 'duckdb-node'
repository: 'duckdb/duckdb-node'
- name: Download latest duckdb cli binary
env:
GH_TOKEN: ${{ github.token }}
run: |
RUN_ID=$(gh run list --branch main --repo duckdb/duckdb --workflow LinuxRelease -q '.[] | select(.conclusion == "success").databaseId' --json conclusion,databaseId | head -n 1)
gh run download $RUN_ID --repo duckdb/duckdb --name duckdb-binaries-linux
Expand Down

0 comments on commit 5782ee5

Please sign in to comment.