Skip to content

Commit

Permalink
ci(benchmarks): set GH_TOKEN to allow gh CLI usage
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Nov 13, 2023
1 parent 522f3a4 commit 7dbbeb2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ibis-docs-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ concurrency:
cancel-in-progress: true

permissions:
# increase the rate limit for nix operations hitting github, but limit the
# permissions to reading things
# increase the rate limit for github operations, but limit token permissions
# to read-only
contents: read

jobs:
Expand Down Expand Up @@ -136,6 +136,8 @@ jobs:
run: gcloud info

- name: download the latest duckdb release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
set -euo pipefail
Expand Down

0 comments on commit 7dbbeb2

Please sign in to comment.