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.
1 parent f9ab640 commit 7011866Copy full SHA for 7011866
.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