Skip to content

Commit f3b61e5

Browse files
committed
add github token to coverage job
1 parent 87b146d commit f3b61e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/coverage.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
with:
2525
workflow: ci.yml
2626
commit: ${{ github.event.workflow_run.head_sha }}
27+
# this can be remove once the repo is public
28+
github_token: ${{ secrets.GITHUB_TOKEN }}
2729

2830
- run: smokeshow upload coverage-html
2931
env:

0 commit comments

Comments
 (0)