From 118da987cf3ecf4e14f0f7a698446434d226f1cb Mon Sep 17 00:00:00 2001 From: zamaz <71521611+zachariahmiller@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:33:08 -0400 Subject: [PATCH] permissions --- .github/workflows/pull-request.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index c808bed0..cfd64bc4 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -19,4 +19,5 @@ jobs: contents: read # Allows reading the content of the repository. packages: read # Allows reading the content of the repository's packages. id-token: write + pull-requests: read # Allows reading pull requests uses: ./.github/workflows/callable-pull-request.yaml