From d594b680f927003c62b901d4a57350ace467c155 Mon Sep 17 00:00:00 2001 From: Dillon Beresford <165616268+bwdil@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:24:56 -0500 Subject: [PATCH] [PM-7025] Add permission for test results (#9569) * include check-run in workflows where secrets are used * revert changes in build-cli workflow and add check-run to codecov * assert token permissions * include required permissions * re-arrange permissions in alphabetical order --------- Co-authored-by: Matt Bishop --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb4a18947be..7d841ca880e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,6 +25,7 @@ jobs: runs-on: ubuntu-22.04 needs: check-run permissions: + checks: write contents: read pull-requests: write