From 1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sun, 26 Apr 2026 18:04:06 -0300 Subject: [PATCH] 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> --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf14fc0..e625e89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -242,6 +242,8 @@ jobs: install-only: true distribution: ${{ matrix.distribution }} version: nightly + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Check run: |