Skip to content

Commit f2d52ae

Browse files
committed
Clean up debug output - sync is working
1 parent 529c55b commit f2d52ae

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ai-config-validation.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -424,12 +424,6 @@ jobs:
424424
LD_PROJECT_KEY: ${{ secrets.LD_PROJECT_KEY }}
425425
run: |
426426
echo "🔄 Syncing AI configs from LaunchDarkly production..."
427-
echo "DEBUG - First 10 chars of project key: ${LD_PROJECT_KEY:0:10}"
428-
echo "DEBUG - Project key length: ${#LD_PROJECT_KEY}"
429-
echo "DEBUG - API key starts with: ${LD_API_KEY:0:8}"
430-
echo "DEBUG - API key length: ${#LD_API_KEY}"
431-
echo "Environment: production"
432-
433427
mkdir -p configs
434428
.venv/bin/ld-aic sync \
435429
--environment production \

0 commit comments

Comments
 (0)