From 8bbc0adaaec67e2f8b8f8cee0aa6c678bcbc3031 Mon Sep 17 00:00:00 2001 From: Kevin Matthes <92332892+kevinmatthes@users.noreply.github.com> Date: Fri, 1 Mar 2024 19:43:46 +0100 Subject: [PATCH 1/2] Fixed ::= CI: error when running coverage workflow on forks --- .github/workflows/pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5a2c5f7d..1bf4952b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -55,6 +55,7 @@ jobs: fetch-depth: 0 persist-credentials: false ref: ${{ github.head_ref }} + repository: ${{ github.event.pull_request.head.repo.full_name }} - run: echo pycobertura >> requirements.txt - uses: py-actions/py-dependency-install@v4.1.0 From edd3e65b95318818ede874018eb7cc2598bd9053 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:46:31 +0000 Subject: [PATCH 2/2] Create summary of recent changes --- .../20240301_184631_GitHub_Actions_pr-coverage.ron | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog.d/20240301_184631_GitHub_Actions_pr-coverage.ron diff --git a/changelog.d/20240301_184631_GitHub_Actions_pr-coverage.ron b/changelog.d/20240301_184631_GitHub_Actions_pr-coverage.ron new file mode 100644 index 00000000..815f09b9 --- /dev/null +++ b/changelog.d/20240301_184631_GitHub_Actions_pr-coverage.ron @@ -0,0 +1,8 @@ +( + references: {}, + changes: { + "Fixed": [ + "CI: error when running coverage workflow on forks", + ], + }, +)