From 35fc75824a8695f946249524e7ada18777af4c05 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Wed, 16 Aug 2023 16:45:30 -0700 Subject: [PATCH] Fix: Add read-all permission back into workflow Signed-off-by: Andrew Grimberg Change-Id: I58893240678c979672b97a1badaf5c86a66937b3 --- .github/workflows/gerrit-ci-management-novote-verify.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gerrit-ci-management-novote-verify.yaml b/.github/workflows/gerrit-ci-management-novote-verify.yaml index fcb97a8b95..84df620714 100644 --- a/.github/workflows/gerrit-ci-management-novote-verify.yaml +++ b/.github/workflows/gerrit-ci-management-novote-verify.yaml @@ -47,6 +47,8 @@ concurrency: group: ci-management-${{ github.workflow }}-${{ github.event.inputs.GERRIT_CHANGE_ID || github.run_id }} cancel-in-progress: true +permissions: read-all + jobs: call-gerrit-ci-management-verify: # yamllint disable-line rule:line-length -- 2.36.6