From 4b0d457af0898073823e6ef2da371e294e9c9787 Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Mon, 22 Apr 2024 11:04:49 +0100 Subject: [PATCH] Remove permissions Signed-off-by: Michel Hollands --- .github/workflows/helm-release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 818fc23..9b295b5 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -8,9 +8,6 @@ env: CR_PACKAGE_PATH: "${{ github.workspace }}/.cr-release-packages" CR_TOOL_PATH: "${{ github.workspace }}/.cr-tool" CR_VERSION: "1.5.0" -permissions: - contents: read - id-token: write jobs: setup: runs-on: ubuntu-latest