Skip to content

Commit

Permalink
pass github token to step
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Jan 16, 2025
1 parent f843076 commit 2b2cbf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ jobs:

- name: Acceptance tests
timeout-minutes: 10
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make testacc

docker:
Expand Down

0 comments on commit 2b2cbf9

Please sign in to comment.