Skip to content

Commit

Permalink
👷 Allow Smokeshow to run on a private repo (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Mar 25, 2024
1 parent 5448642 commit 07d49e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/smokeshow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
workflow: test.yml
commit: ${{ github.event.workflow_run.head_sha }}
github_token: ${{ secrets.GITHUB_TOKEN }}

- run: smokeshow upload coverage-html
env:
Expand Down

0 comments on commit 07d49e2

Please sign in to comment.