From d8fbe2da8f31039c98a09f7fccb2f57ffe85b2e8 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Mon, 1 Jun 2026 13:04:33 +0200 Subject: [PATCH] ci: add GITHUB_TOKEN to win installer test The test uses the token for API request so we do not get rate limit failures without a token, see commit 7c7d56a0fb. Signed-off-by: Paul Holzinger (cherry picked from commit 0fce332955f55dfaa11f00315c985e49a552896d) Signed-off-by: Paul Holzinger --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e4bca7099..ef5c974944 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -262,6 +262,9 @@ jobs: - name: Run installer test shell: pwsh + env: + # pass in ro token just so we can use it for API calls to not get rate limited + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: .\winmake.ps1 installertest $env:PROVIDER - name: Upload artifacts