From b81cfe3d495b52356949d5ac9eddccbd218beb95 Mon Sep 17 00:00:00 2001 From: Moritz Sanft <58110325+msanft@users.noreply.github.com> Date: Thu, 17 Aug 2023 08:15:21 +0200 Subject: [PATCH] remove unused workflow inputs --- .../actions/constellation_create/action.yml | 37 +------------------ 1 file changed, 2 insertions(+), 35 deletions(-) diff --git a/.github/actions/constellation_create/action.yml b/.github/actions/constellation_create/action.yml index 8c6e819c08..2935c0690f 100644 --- a/.github/actions/constellation_create/action.yml +++ b/.github/actions/constellation_create/action.yml @@ -33,45 +33,12 @@ inputs: default: "false" description: "Update measurements via the 'constellation config fetch-measurements' command." azureSNPEnforcementPolicy: - description: "Keep measurements embedded in the CLI." + required: false description: "Azure SNP enforcement policy." - existingConfig: - default: "false" - description: "Use existing config file." test: description: "The e2e test payload." required: true - # - # GCP specific inputs - # - gcpProject: - description: "The GCP project to deploy Constellation in." - required: false - gcpInClusterServiceAccountKey: - description: "The GCP Service account to use inside the created Constellation cluster." - required: false - # - # Azure specific inputs - # - azureSubscription: - description: "The Azure subscription ID to deploy Constellation in." - required: false - azureTenant: - description: "The Azure tenant ID to deploy Constellation in." - required: false - azureClientID: - description: "The Azure client ID of the application registration created for Constellation." - required: false - azureClientSecret: - description: "The Azure client secret value of the used secret." - required: false - azureUserAssignedIdentity: - description: "The Azure user assigned identity to use for Constellation." - required: false - azureResourceGroup: - description: "The Azure resource group to use for Constellation cluster" - required: false - + outputs: kubeconfig: description: "The kubeconfig for the cluster."