Skip to content

Commit de766da

Browse files
committed
remove secrets
1 parent 444bbc3 commit de766da

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

.github/workflows/Benchmarks.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ name: Benchmarks
44

55
on:
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

.github/workflows/CargoPublish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ name: Publish crates to intenral cargo registry
55
on:
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

149
permissions:
1510
contents: read

.github/workflows/dep_build_guest_binaries.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ name: Build Guest Binaries
44

55
on:
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

.github/workflows/dep_rust.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ name: Rust Tests and Lints
55
# See README.md in this directory for more information about workflow_call
66
on:
77
workflow_call:
8-
secrets:
9-
ADO_HYPERLIGHT_CARGO_RO_AZURE_CLIENT_ID:
10-
required: true
11-
AZURE_TENANT_ID:
12-
required: true
138

149
env:
1510
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)