Skip to content

Commit 5638db0

Browse files
committed
configure GITHUB_TOKEN
1 parent 5f479ef commit 5638db0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
3737
- name: Test
3838
run: make cover
39+
env:
40+
GITHUB_TOKEN: ${{ secrets.GHTOOLS_GITHUB_TOKEN }}
3941

4042
- name: Send coverage
4143
uses: shogo82148/actions-goveralls@v1

0 commit comments

Comments
 (0)