Skip to content

Commit 1a7491a

Browse files
authored
chore: pass github secrets from top level workflow (runfinch#1597)
Signed-off-by: Arjun Raja Yogidas <arjunry@amazon.com>
1 parent 8fff6f8 commit 1a7491a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-please.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ jobs:
2828
permissions:
2929
contents: write # Required for uploading release assets
3030
id-token: write # Required for AWS OIDC authentication
31+
secrets: inherit # Pass all secrets to child workflows
3132
uses: ./.github/workflows/release-automation.yaml

0 commit comments

Comments
 (0)