From adca339c3c861f48ea4a48cee9cc4332aaa2e1ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bombo?= Date: Fri, 21 Feb 2025 08:28:59 -0600 Subject: [PATCH] ci: Fix GH throttling in run-nerdctl-tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Specify a GH API token to avoid the below throttling error: https://github.com/kata-containers/kata-containers/actions/runs/13450787436/job/37585810679?pr=10911#step:4:96 Signed-off-by: Aurélien Bombo --- .github/workflows/basic-ci-amd64.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/basic-ci-amd64.yaml b/.github/workflows/basic-ci-amd64.yaml index fb07a12597..0842fba223 100644 --- a/.github/workflows/basic-ci-amd64.yaml +++ b/.github/workflows/basic-ci-amd64.yaml @@ -369,6 +369,8 @@ jobs: TARGET_BRANCH: ${{ inputs.target-branch }} - name: Install dependencies + env: + GITHUB_API_TOKEN: ${{ github.token }} run: bash tests/integration/nerdctl/gha-run.sh install-dependencies - name: get-kata-tarball