Skip to content

Commit ef91548

Browse files
committed
add manual workflow trigger - needed for manual releases from forked repository PR merges as they cannot access Action Secrets to satisfy automation security
1 parent 978ef03 commit ef91548

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/automation-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Conditionally Release the SDK
22
on:
33
pull_request:
44
types: ['closed']
5+
6+
workflow_dispatch:
57

68
concurrency:
79
group: 'release-${{ github.head_ref }}'

0 commit comments

Comments
 (0)