File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 42
42
RELEASE_COMMIT : ${{ github.sha }} # it gets propagated from the caller for security reasons
43
43
44
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
+ 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
+
45
68
workflow_call :
46
69
inputs :
47
70
stage :
You can’t perform that action at this time.
0 commit comments