From 27741b90e8bd717fb87b839c61877489b980d09a Mon Sep 17 00:00:00 2001 From: naveen <172697+naveensrinivasan@users.noreply.github.com> Date: Thu, 9 Sep 2021 16:06:30 +0000 Subject: [PATCH] :seedling: Fix integration githubaction permissions * Changed the integration GitHub action permissions to contents:read, pull-requests:write --- .github/workflows/integration.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 89581c9a178f..12dbd9e8468a 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -22,6 +22,11 @@ name: Integration tests env: IMAGE_NAME: scorecard OUTPUT_PATH: output + +permissions: + contents: read + pull-requests: write + jobs: integration-trusted: runs-on: ubuntu-latest