From 292beccae90cec2f707ab3e420ab5940fc679f5e Mon Sep 17 00:00:00 2001 From: Alexander Berger Date: Fri, 29 Mar 2024 14:00:45 -0400 Subject: [PATCH 1/2] Fixing the compass metric reporting step --- .github/workflows/coverage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f1f4ead..2c76790 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -6,6 +6,7 @@ on: jobs: check-coverage: uses: ./.github/workflows/_check-coverage-action.yml + secrets: inherit permissions: pull-requests: write with: From b3de94113c57e8284a29d600ed5ae4c8ccb6b3c2 Mon Sep 17 00:00:00 2001 From: Alexander Berger Date: Fri, 29 Mar 2024 15:23:57 -0400 Subject: [PATCH 2/2] Adding another secrets inherit annotation --- .github/workflows/pull_requests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index cf38837..b9ed5d6 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -12,6 +12,7 @@ jobs: check-coverage: name: "Check Coverage" needs: [format-lint] + secrets: inherit uses: ./.github/workflows/_check-coverage-action.yml permissions: pull-requests: write