Skip to content

Commit 558eed7

Browse files
Update .devcontainer/post-attach.sh
Co-authored-by: Copilot <[email protected]>
1 parent 30da15f commit 558eed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/post-attach.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
if [ -v CODESPACES ]; then
66
echo "🔐 Running in Codespaces - injecting secrets from Codespaces settings..."
77
if [ ! -v COPILOT_TOKEN ]; then
8-
echo "Running in Codespaces - please add COPILOT_TOKEN to your Codespaces secrets"
8+
echo "⚠️ Running in Codespaces - please add COPILOT_TOKEN to your Codespaces secrets"
99
fi
1010
if [ ! -v GITHUB_PERSONAL_ACCESS_TOKEN ]; then
1111
echo "⚠️ Running in Codespaces - please add GITHUB_PERSONAL_ACCESS_TOKEN to your Codespaces secrets"

0 commit comments

Comments
 (0)