You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fmt.Println("ℹ ️You now need to create a GitHub personal token with scopes `public_repo` & `admin:repo_hook`")
107
-
// nolint:forbidigo
108
-
fmt.Println("ℹ ️Go to this URL to generate a new token https://github.com/settings/tokens/new, see https://is.gd/G5gBFI for documentation ")
106
+
fmt.Fprintln(gh.IOStream.Out, "ℹ ️You now need to create a GitHub personal token with scopes `public_repo` & `admin:repo_hook`")
107
+
fmt.Fprintln(gh.IOStream.Out, "ℹ ️Go to this URL to generate a new token https://github.com/settings/tokens/new, see https://is.gd/G5gBFI for documentation ")
109
108
iferr:=prompt.SurveyAskOne(&survey.Password{
110
109
Message: "Please enter the GitHub access token: ",
fmt.Println("ℹ ️You now need to create a GitLab personal access token with `api` scope")
86
-
// nolint:forbidigo
87
-
fmt.Println("ℹ ️Go to this URL to generate one https://gitlab.com/-/profile/personal_access_tokens, see https://is.gd/rOEo9B for documentation ")
85
+
fmt.Fprintln(gl.IOStream.Out, "ℹ ️You now need to create a GitLab personal access token with `api` scope")
86
+
fmt.Fprintln(gl.IOStream.Out, "ℹ ️Go to this URL to generate one https://gitlab.com/-/profile/personal_access_tokens, see https://is.gd/rOEo9B for documentation ")
88
87
iferr:=prompt.SurveyAskOne(&survey.Password{
89
88
Message: "Please enter the GitLab access token: ",
0 commit comments