Skip to content

Commit 1a80836

Browse files
caarlos0Copilot
andcommitted
ci(nightly): pass GITHUB_TOKEN to nightly integration job
Releases API is rate-limited for unauthenticated requests. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a71152e commit 1a80836

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ jobs:
242242
install-only: true
243243
distribution: ${{ matrix.distribution }}
244244
version: nightly
245+
env:
246+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
245247
-
246248
name: Check
247249
run: |

0 commit comments

Comments
 (0)