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.
2 parents 358e64a + 52411a7 commit 2e111f0Copy full SHA for 2e111f0
.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