File tree Expand file tree Collapse file tree 4 files changed +0
-20
lines changed
Expand file tree Collapse file tree 4 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,6 @@ name: Benchmarks
44
55on :
66 workflow_call : # This is called from CreateRelease.yml
7- secrets :
8- ADO_HYPERLIGHT_CARGO_RO_AZURE_CLIENT_ID :
9- required : true
10- AZURE_TENANT_ID :
11- required : true
127 inputs :
138 environment :
149 required : false
Original file line number Diff line number Diff line change @@ -5,11 +5,6 @@ name: Publish crates to intenral cargo registry
55on :
66 workflow_dispatch :
77 workflow_call :
8- secrets :
9- ADO_HYPERLIGHT_CARGO_RW_AZURE_CLIENT_ID :
10- required : true
11- AZURE_TENANT_ID :
12- required : true
138
149permissions :
1510 contents : read
Original file line number Diff line number Diff line change @@ -4,11 +4,6 @@ name: Build Guest Binaries
44
55on :
66 workflow_call :
7- secrets :
8- ADO_HYPERLIGHT_CARGO_RO_AZURE_CLIENT_ID :
9- required : true
10- AZURE_TENANT_ID :
11- required : true
127 inputs :
138 environment :
149 required : false
Original file line number Diff line number Diff line change @@ -5,11 +5,6 @@ name: Rust Tests and Lints
55# See README.md in this directory for more information about workflow_call
66on :
77 workflow_call :
8- secrets :
9- ADO_HYPERLIGHT_CARGO_RO_AZURE_CLIENT_ID :
10- required : true
11- AZURE_TENANT_ID :
12- required : true
138
149env :
1510 CARGO_TERM_COLOR : always
You can’t perform that action at this time.
0 commit comments