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 529c55b commit f2d52aeCopy full SHA for f2d52ae
.github/workflows/ai-config-validation.yml
@@ -424,12 +424,6 @@ jobs:
424
LD_PROJECT_KEY: ${{ secrets.LD_PROJECT_KEY }}
425
run: |
426
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
-
433
mkdir -p configs
434
.venv/bin/ld-aic sync \
435
--environment production \
0 commit comments