From 0604cbc8355e40e4ff79e02b8a87feaf520d3fea Mon Sep 17 00:00:00 2001 From: Brandt Keller Date: Tue, 9 Jul 2024 14:48:40 +0000 Subject: [PATCH] fix(actions): update permissions --- .github/workflows/pull-request-conditionals.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-conditionals.yaml b/.github/workflows/pull-request-conditionals.yaml index fe3680478..f613989d9 100644 --- a/.github/workflows/pull-request-conditionals.yaml +++ b/.github/workflows/pull-request-conditionals.yaml @@ -10,7 +10,7 @@ on: permissions: id-token: write # Needed for OIDC-related operations. contents: read # Allows reading the content of the repository. - pull-requests: read # Allows reading pull request metadata. + pull-requests: write # Allows reading pull request metadata. # Default settings for all run commands in the workflow jobs. defaults: