Skip to content

Commit bd51b04

Browse files
committed
Pass GITHUB_TOKEN to multi-tester job
1 parent 028c0b4 commit bd51b04

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/multi-tester.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ jobs:
4343
4444
- name: Run test suites
4545
run: vendor/bin/multi-tester --verbose
46+
env:
47+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)