From c0a3db13ef873be2b952902de133fd0aa590dff9 Mon Sep 17 00:00:00 2001 From: Trevor Whitney Date: Wed, 16 Oct 2024 11:11:53 -0600 Subject: [PATCH] ci: add contents read permission --- .github/workflows/helm-weekly-release-pr.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/helm-weekly-release-pr.yaml b/.github/workflows/helm-weekly-release-pr.yaml index 91528c8db74c2..8d1cb732331b5 100644 --- a/.github/workflows/helm-weekly-release-pr.yaml +++ b/.github/workflows/helm-weekly-release-pr.yaml @@ -9,6 +9,7 @@ on: pull_request: permissions: + contents: "read" id-token: "write" pull-requests: "write"