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 4d1446d commit f23431cCopy full SHA for f23431c
registry/coder-labs/modules/copilot-cli/scripts/install.sh
@@ -51,7 +51,7 @@ install_copilot_cli() {
51
check_github_authentication() {
52
echo "Checking GitHub authentication..."
53
54
- if [ -n "$GITHUB_TOKEN" ]; then
+ if [ -n "${GITHUB_TOKEN:-}" ]; then
55
echo "✓ GitHub token provided via module configuration"
56
return 0
57
fi
0 commit comments