From f685bf7cfa4c6524813f3f6396289d9b2a27def8 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Mon, 13 Apr 2026 10:42:03 -0700 Subject: [PATCH] Fix perm issue for auto-update workflows --- .github/workflows/update-obi-chart.yaml | 3 +++ .github/workflows/update-target-allocator-chart.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/update-obi-chart.yaml b/.github/workflows/update-obi-chart.yaml index f8123f625d..0632fb3b6f 100644 --- a/.github/workflows/update-obi-chart.yaml +++ b/.github/workflows/update-obi-chart.yaml @@ -18,6 +18,9 @@ permissions: jobs: update: + permissions: + contents: write + pull-requests: write uses: ./.github/workflows/update-chart-app-version.yaml secrets: inherit with: diff --git a/.github/workflows/update-target-allocator-chart.yaml b/.github/workflows/update-target-allocator-chart.yaml index 1acb0ce043..039714b5fa 100644 --- a/.github/workflows/update-target-allocator-chart.yaml +++ b/.github/workflows/update-target-allocator-chart.yaml @@ -15,6 +15,9 @@ permissions: jobs: update: + permissions: + contents: write + pull-requests: write uses: ./.github/workflows/update-chart-app-version.yaml secrets: inherit with: