Make coverage token available in forks (#5479)

This fixes coverage submission in CI, which has been failing for PRs
submitted from forks.
This commit is contained in:
Šarūnas Nejus 2024-10-20 17:37:54 +01:00 committed by GitHub
commit f8b10712e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
name: Test
on:
pull_request:
pull_request_target:
push:
branches:
- master

View file

@ -1,7 +1,7 @@
name: Lint check
run-name: Lint code
on:
pull_request:
pull_request_target:
push:
branches:
- master