diff --git a/.github/workflows/gatekeeper.yaml b/.github/workflows/gatekeeper.yaml index 904124e4e4..c5c79c23c4 100644 --- a/.github/workflows/gatekeeper.yaml +++ b/.github/workflows/gatekeeper.yaml @@ -20,7 +20,9 @@ jobs: gatekeeper: runs-on: ubuntu-22.04 permissions: + actions: read contents: read + issues: read steps: - uses: actions/checkout@v4 with: