Skip to content

Commit 86e6236

Browse files
authored
Update .devcontainer/setup.sh
1 parent 7c566dc commit 86e6236

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.devcontainer/setup.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ fi
7171

7272
echo "✅ Setup completed successfully!"
7373

74-
if [ -n "$GH_TOKEN" ]; then
75-
gh auth login --with-token <<< "$GH_TOKEN"
74+
if [ -n "$GH_CLI_TOKEN" ]; then
75+
gh auth login --with-token <<< "$GH_CLI_TOKEN"
7676
else
77-
echo "GH_TOKEN not set, skipping authentication"
77+
echo "GH_CLI_TOKEN not set, skipping authentication"
7878
fi

0 commit comments

Comments
 (0)