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: