Skip to content

Commit 75779ee

Browse files
committed
fix coverage for forks
1 parent 4672bcd commit 75779ee

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77

88
permissions:
99
statuses: write
10-
# this can be remove once the repo is public
11-
actions: read
1210

1311
jobs:
1412
smokeshow:
@@ -26,8 +24,7 @@ jobs:
2624
with:
2725
workflow: ci.yml
2826
commit: ${{ github.event.workflow_run.head_sha }}
29-
# this can be remove once the repo is public
30-
github_token: ${{ secrets.GITHUB_TOKEN }}
27+
allow_forks: true
3128

3229
- run: smokeshow upload coverage-html
3330
env:

0 commit comments

Comments
 (0)