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 9417866 commit a3b254dCopy full SHA for a3b254d
scripts/lib.sh
@@ -139,7 +139,7 @@ gh_auth() {
139
export GITHUB_TOKEN=${GH_TOKEN}
140
elif [[ ${CODER:-} == true ]]; then
141
if ! output=$(coder external-auth access-token github 2>&1); then
142
- # TODO(maf): We could allow checking `gh auth token` here.
+ # TODO(mafredri): We could allow checking `gh auth token` here.
143
log "${output}"
144
error "Could not authenticate with GitHub using Coder external auth."
145
else
0 commit comments