From 70118664097da9b98d9964b7f7fc317baeef349c Mon Sep 17 00:00:00 2001 From: Jan Dubois Date: Sat, 18 Oct 2025 13:14:06 -0700 Subject: [PATCH] The url-github.bats test needs a GITHUB_TOKEN Otherwise it can fail due to rate limits. Signed-off-by: Jan Dubois --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 985056c264f..a54074b31dd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -354,6 +354,9 @@ jobs: template: templates/default.yaml - name: "Run BATS integration tests" run: make bats + env: + # The url-github.bats tests makes GitHub API requests + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Cache image used by templates/k8s.yaml uses: ./.github/actions/setup_cache_for_template with: