Skip to content

Commit e83c891

Browse files
authored
fix: add missing cobra import to tokens_bootstrap.go (#6233)
1 parent e91c967 commit e83c891

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cli/tokens_bootstrap.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import (
55
"os"
66

77
"github.com/githubnext/gh-aw/pkg/console"
8+
"github.com/spf13/cobra"
89
)
910

1011
// tokenSpec describes a recommended token secret for gh-aw

0 commit comments

Comments
 (0)