Skip to content

Commit dc7cc88

Browse files
committed
Fix test workflow
1 parent 78c615e commit dc7cc88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
-
2525
name: Test
2626
run: yarn run test
27+
env:
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2729
-
2830
name: Upload coverage
2931
uses: codecov/[email protected]

0 commit comments

Comments
 (0)