From c8f922617fee1deb784b67df9cbdc74faea05df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Thu, 9 May 2024 15:45:39 +0200 Subject: [PATCH] ci: add GITHUB_TOKEN in integration tests checking provisioning failed, to prevent rate limiting when querying GitHub API --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a34e60c8c..8177fd7c6 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -319,6 +319,7 @@ jobs: env: KONG_CONTROLLER_OUT: stdout GOTESTSUM_JUNITFILE: integration-tests-provision-dataplane-fail.xml + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: upload diagnostics if: always()