From 52411a77326e036371479c4d3e6b974f91d86a2b Mon Sep 17 00:00:00 2001 From: Arjun Raja Yogidas Date: Thu, 16 Oct 2025 21:28:48 +0000 Subject: [PATCH] fix: ci permissions block for release-please Signed-off-by: Arjun Raja Yogidas --- .github/workflows/release-please.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index e4cacc043..f74245e5a 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -25,4 +25,7 @@ jobs: name: Trigger release-automation.yaml if PR is merged needs: [release-please] if: ${{ needs.release-please.outputs.release_created == 'true' }} + permissions: + contents: write # Required for uploading release assets + id-token: write # Required for AWS OIDC authentication uses: ./.github/workflows/release-automation.yaml