We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48d606 commit 937c7afCopy full SHA for 937c7af
src/wizard/github.jl
@@ -93,12 +93,12 @@ function obtain_token(; outs=stdout, github_api=GitHub.DEFAULT_API)
93
94
token = token_reply["access_token"]
95
96
- print(outs, strip("""
+ print(outs, """
97
Successfully obtained GitHub authorization token!
98
This token will be used for the rest of this BB session.
99
You will have to re-authenticate for any future session.
100
However, if you wish to bypass this step, you may create a
101
- personal access token at """))
+ personal access token at """)
102
printstyled("https://github.com/settings/tokens"; bold=true)
103
println("\n and add the token to the")
104
printstyled(outs, "~/.julia/config/startup.jl"; bold=true)
0 commit comments