We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358e64a commit 52411a7Copy full SHA for 52411a7
.github/workflows/release-please.yaml
@@ -25,4 +25,7 @@ jobs:
25
name: Trigger release-automation.yaml if PR is merged
26
needs: [release-please]
27
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
31
uses: ./.github/workflows/release-automation.yaml
0 commit comments