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: