Skip to content

Commit c084210

Browse files
authored
chore(ci): add workflow dispatch for SAR (#5108)
1 parent 6d8aab7 commit c084210

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Diff for: .github/workflows/reusable_deploy_v3_sar.yml

+23
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,29 @@ env:
4242
RELEASE_COMMIT: ${{ github.sha }} # it gets propagated from the caller for security reasons
4343

4444
on:
45+
workflow_dispatch:
46+
inputs:
47+
stage:
48+
description: "Deployment stage (BETA, PROD)"
49+
required: true
50+
type: string
51+
package-version:
52+
description: "The version of the package to deploy"
53+
required: true
54+
type: string
55+
environment:
56+
description: "GitHub Environment to use for encrypted secrets"
57+
required: true
58+
type: string
59+
source_code_artifact_name:
60+
description: "Artifact name to restore sealed source code"
61+
type: string
62+
required: true
63+
source_code_integrity_hash:
64+
description: "Sealed source code integrity hash"
65+
type: string
66+
required: true
67+
4568
workflow_call:
4669
inputs:
4770
stage:

0 commit comments

Comments
 (0)