diff --git a/server/neptune/adhoc/adhocexecutionhelpers/adhoc_execution_params.go b/server/neptune/adhoc/adhocexecutionhelpers/adhoc_execution_params.go index 5775a2bde..6b99f2707 100644 --- a/server/neptune/adhoc/adhocexecutionhelpers/adhoc_execution_params.go +++ b/server/neptune/adhoc/adhocexecutionhelpers/adhoc_execution_params.go @@ -27,7 +27,6 @@ func ConstructAdhocExecParams( pullConverter converter.PullConverter, installationRetriever *internal_gh.InstallationRetriever, rootCfgBuilder *root_config.Builder) (AdhocTerraformWorkflowExecutionParams, error) { - orgName := "lyft" installationToken, err := installationRetriever.FindOrganizationInstallation(ctx, orgName) if err != nil {