From 9023ff5fd460726139f6b5b6db900adcc2fbd14f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Sun, 20 Oct 2024 17:05:44 +0100 Subject: [PATCH] ci: Replace pull_request with pull_request_target This makes the coverage token available in forks. --- .github/workflows/ci.yaml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 18c77b2d2..44ba7cc10 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,6 @@ name: Test on: - pull_request: + pull_request_target: push: branches: - master diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c24f42564..3ffb0dae9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,7 +1,7 @@ name: Lint check run-name: Lint code on: - pull_request: + pull_request_target: push: branches: - master