From de766da949d4c6e1872bf33f23cb32b763ee618a Mon Sep 17 00:00:00 2001 From: Ludvig Liljenberg Date: Tue, 5 Nov 2024 19:14:23 +0000 Subject: [PATCH] remove secrets --- .github/workflows/Benchmarks.yml | 5 ----- .github/workflows/CargoPublish.yml | 5 ----- .github/workflows/dep_build_guest_binaries.yml | 5 ----- .github/workflows/dep_rust.yml | 5 ----- 4 files changed, 20 deletions(-) diff --git a/.github/workflows/Benchmarks.yml b/.github/workflows/Benchmarks.yml index 634ca18fe..516ac2ea2 100644 --- a/.github/workflows/Benchmarks.yml +++ b/.github/workflows/Benchmarks.yml @@ -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 diff --git a/.github/workflows/CargoPublish.yml b/.github/workflows/CargoPublish.yml index 4f39892c8..ec0903a2a 100644 --- a/.github/workflows/CargoPublish.yml +++ b/.github/workflows/CargoPublish.yml @@ -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 diff --git a/.github/workflows/dep_build_guest_binaries.yml b/.github/workflows/dep_build_guest_binaries.yml index 4aeffb461..cdcafe2bb 100644 --- a/.github/workflows/dep_build_guest_binaries.yml +++ b/.github/workflows/dep_build_guest_binaries.yml @@ -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 diff --git a/.github/workflows/dep_rust.yml b/.github/workflows/dep_rust.yml index 9b966013b..b3ab57a4e 100644 --- a/.github/workflows/dep_rust.yml +++ b/.github/workflows/dep_rust.yml @@ -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