From 177db54edd4343cde20e0ba95f4ed3c1baa24019 Mon Sep 17 00:00:00 2001 From: Smriti Dahal <93288516+smritidahal653@users.noreply.github.com> Date: Tue, 23 Jan 2024 18:21:06 -0800 Subject: [PATCH] ci: Remove duplicate content permission (#596) --- .github/workflows/chart.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/chart.yml b/.github/workflows/chart.yml index 79735c18..598d9bd1 100644 --- a/.github/workflows/chart.yml +++ b/.github/workflows/chart.yml @@ -11,8 +11,7 @@ permissions: contents: write actions: read deployments: read - contents: read - + jobs: publish-helm-chart: if: github.event.pull_request.merged == true && contains(github.event.pull_request.title, 'update manifest and helm charts')