Skip to content

Commit

Permalink
remove secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ludfjig committed Nov 5, 2024
1 parent 444bbc3 commit de766da
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/Benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ name: Benchmarks

on:
workflow_call: # This is called from CreateRelease.yml
secrets:
ADO_HYPERLIGHT_CARGO_RO_AZURE_CLIENT_ID:
required: true
AZURE_TENANT_ID:
required: true
inputs:
environment:
required: false
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/CargoPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ name: Publish crates to intenral cargo registry
on:
workflow_dispatch:
workflow_call:
secrets:
ADO_HYPERLIGHT_CARGO_RW_AZURE_CLIENT_ID:
required: true
AZURE_TENANT_ID:
required: true

permissions:
contents: read
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/dep_build_guest_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ name: Build Guest Binaries

on:
workflow_call:
secrets:
ADO_HYPERLIGHT_CARGO_RO_AZURE_CLIENT_ID:
required: true
AZURE_TENANT_ID:
required: true
inputs:
environment:
required: false
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/dep_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ name: Rust Tests and Lints
# See README.md in this directory for more information about workflow_call
on:
workflow_call:
secrets:
ADO_HYPERLIGHT_CARGO_RO_AZURE_CLIENT_ID:
required: true
AZURE_TENANT_ID:
required: true

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit de766da

Please sign in to comment.