We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b146d commit f3b61e5Copy full SHA for f3b61e5
.github/workflows/coverage.yaml
@@ -24,6 +24,8 @@ jobs:
24
with:
25
workflow: ci.yml
26
commit: ${{ github.event.workflow_run.head_sha }}
27
+ # this can be remove once the repo is public
28
+ github_token: ${{ secrets.GITHUB_TOKEN }}
29
30
- run: smokeshow upload coverage-html
31
env:
0 commit comments