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 d161d96 commit 4d1446dCopy full SHA for 4d1446d
registry/coder-labs/modules/copilot-cli/scripts/start.sh
@@ -84,7 +84,7 @@ check_existing_session() {
84
setup_github_authentication() {
85
echo "Setting up GitHub authentication..."
86
87
- if [ -n "$GITHUB_TOKEN" ]; then
+ if [ -n "${GITHUB_TOKEN:-}" ]; then
88
export GH_TOKEN="$GITHUB_TOKEN"
89
echo "✓ Using GitHub token from module configuration"
90
return 0
0 commit comments