diff --git a/scripts/gcp-oidc/gcp.py b/scripts/gcp-oidc/gcp.py index a6554e53f..921e95d15 100644 --- a/scripts/gcp-oidc/gcp.py +++ b/scripts/gcp-oidc/gcp.py @@ -42,7 +42,6 @@ def _get_secret(self, secret_identifier=None) -> ConfidentialComputeConfig: except NotFound: raise ConfigNotFound(self.__class__.__name__, f"Secret Manager {os.getenv("API_TOKEN_SECRET_NAME")}") config["api_token"] = secret_value - config["skip_validations"] = True #temp: to run e2e before modifying shared-actions return config def __populate_operator_config(self, destination):