Skip to content

Commit f8b1071

Browse files
authored
Make coverage token available in forks (#5479)
This fixes coverage submission in CI, which has been failing for PRs submitted from forks.
2 parents 65d78cb + 9023ff5 commit f8b1071

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Test
22
on:
3-
pull_request:
3+
pull_request_target:
44
push:
55
branches:
66
- master

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Lint check
22
run-name: Lint code
33
on:
4-
pull_request:
4+
pull_request_target:
55
push:
66
branches:
77
- master

0 commit comments

Comments
 (0)