From 0002178f2f8c3d60cd3fed9d7c124016bcd3a65f Mon Sep 17 00:00:00 2001 From: Dat Dao Date: Thu, 9 May 2024 17:34:59 +0700 Subject: [PATCH] atlasexec: add trigger type for circleci orb --- atlasexec/atlas.go | 1 + 1 file changed, 1 insertion(+) diff --git a/atlasexec/atlas.go b/atlasexec/atlas.go index ed2898f..8b7935f 100644 --- a/atlasexec/atlas.go +++ b/atlasexec/atlas.go @@ -129,6 +129,7 @@ const ( TriggerTypeKubernetes TriggerType = "KUBERNETES" TriggerTypeTerraform TriggerType = "TERRAFORM" TriggerTypeGithubAction TriggerType = "GITHUB_ACTION" + TriggerTypeCircleCIOrb TriggerType = "CIRCLECI_ORB" ) // NewClient returns a new Atlas client with the given atlas-cli path.