We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aba0e4 commit d9ffed6Copy full SHA for d9ffed6
lib/utils.bash
@@ -14,7 +14,7 @@ fail() {
14
curl_opts=(-fsSL)
15
16
get_github_token() {
17
- GITHUB_API_TOKEN=$(security find-internet-password -s "github.com" -w 2>/dev/null)
+ GITHUB_API_TOKEN=$(security find-internet-password -s "github.com" -w 2>/dev/null)
18
echo "$GITHUB_API_TOKEN"
19
}
20
0 commit comments