We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 463f7e5 + 7011866 commit 741baadCopy full SHA for 741baad
.github/workflows/test.yml
@@ -354,6 +354,9 @@ jobs:
354
template: templates/default.yaml
355
- name: "Run BATS integration tests"
356
run: make bats
357
+ env:
358
+ # The url-github.bats tests makes GitHub API requests
359
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
360
- name: Cache image used by templates/k8s.yaml
361
uses: ./.github/actions/setup_cache_for_template
362
with:
0 commit comments