Skip to content

Commit

Permalink
remove unused workflow inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft committed Aug 18, 2023
1 parent dfd15b2 commit b81cfe3
Showing 1 changed file with 2 additions and 35 deletions.
37 changes: 2 additions & 35 deletions .github/actions/constellation_create/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit b81cfe3

Please sign in to comment.