Skip to content

Commit

Permalink
fix: use compiler type for API secret Match (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper authored Oct 18, 2024
1 parent cb37db9 commit 72b59eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/types/secret.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"fmt"
"strings"

"github.com/go-vela/server/compiler/types/pipeline"
"github.com/go-vela/server/constants"
"github.com/go-vela/types/pipeline"
)

// Secret is the API representation of a secret.
Expand Down
2 changes: 1 addition & 1 deletion api/types/secret_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
"github.com/google/go-cmp/cmp"

"github.com/go-vela/server/api/types/actions"
"github.com/go-vela/server/compiler/types/pipeline"
"github.com/go-vela/server/constants"
"github.com/go-vela/types/pipeline"
)

func TestTypes_Secret_Sanitize(t *testing.T) {
Expand Down

0 comments on commit 72b59eb

Please sign in to comment.