We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8aab7 commit c084210Copy full SHA for c084210
.github/workflows/reusable_deploy_v3_sar.yml
@@ -42,6 +42,29 @@ env:
42
RELEASE_COMMIT: ${{ github.sha }} # it gets propagated from the caller for security reasons
43
44
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
54
55
+ environment:
56
+ description: "GitHub Environment to use for encrypted secrets"
57
58
59
+ source_code_artifact_name:
60
+ description: "Artifact name to restore sealed source code"
61
62
63
+ source_code_integrity_hash:
64
+ description: "Sealed source code integrity hash"
65
66
67
+
68
workflow_call:
69
inputs:
70
stage:
0 commit comments