Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit 7c7c496

Browse files
author
Jonathan Yu
authored
chore: add COVERALLS_TOKEN environment variable (#14)
1 parent 05bf03c commit 7c7c496

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@ jobs:
4848

4949
- name: Tests
5050
run: ./scripts/test_go.sh
51+
env:
52+
COVERALLS_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)