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 5448642 commit 07d49e2Copy full SHA for 07d49e2
.github/workflows/smokeshow.yml
@@ -24,6 +24,7 @@ jobs:
24
with:
25
workflow: test.yml
26
commit: ${{ github.event.workflow_run.head_sha }}
27
+ github_token: ${{ secrets.GITHUB_TOKEN }}
28
29
- run: smokeshow upload coverage-html
30
env:
0 commit comments