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 30da15f commit 558eed7Copy full SHA for 558eed7
.devcontainer/post-attach.sh
@@ -5,7 +5,7 @@ set -e
5
if [ -v CODESPACES ]; then
6
echo "🔐 Running in Codespaces - injecting secrets from Codespaces settings..."
7
if [ ! -v COPILOT_TOKEN ]; then
8
- echo "Running in Codespaces - please add COPILOT_TOKEN to your Codespaces secrets"
+ echo "⚠️ Running in Codespaces - please add COPILOT_TOKEN to your Codespaces secrets"
9
fi
10
if [ ! -v GITHUB_PERSONAL_ACCESS_TOKEN ]; then
11
echo "⚠️ Running in Codespaces - please add GITHUB_PERSONAL_ACCESS_TOKEN to your Codespaces secrets"
0 commit comments