Skip to content

Commit 52411a7

Browse files
committed
fix: ci permissions block for release-please
Signed-off-by: Arjun Raja Yogidas <[email protected]>
1 parent 358e64a commit 52411a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-please.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ jobs:
2525
name: Trigger release-automation.yaml if PR is merged
2626
needs: [release-please]
2727
if: ${{ needs.release-please.outputs.release_created == 'true' }}
28+
permissions:
29+
contents: write # Required for uploading release assets
30+
id-token: write # Required for AWS OIDC authentication
2831
uses: ./.github/workflows/release-automation.yaml

0 commit comments

Comments
 (0)