workflow: Update gatekeeper permissions

I shortsightedly forgot that gatekeeper would need
to read more than just the commit content in it's
python scripts, so add read permissions to actions
issues which it uses in it's processing

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2025-05-28 15:58:00 +01:00
parent fed63e0801
commit 4d4fb86d34

View File

@ -20,7 +20,9 @@ jobs:
gatekeeper:
runs-on: ubuntu-22.04
permissions:
actions: read
contents: read
issues: read
steps:
- uses: actions/checkout@v4
with: