Skip to content

Commit 07d49e2

Browse files
authored
👷 Allow Smokeshow to run on a private repo (#2)
1 parent 5448642 commit 07d49e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/smokeshow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
workflow: test.yml
2626
commit: ${{ github.event.workflow_run.head_sha }}
27+
github_token: ${{ secrets.GITHUB_TOKEN }}
2728

2829
- run: smokeshow upload coverage-html
2930
env:

0 commit comments

Comments
 (0)