Skip to content

Commit 05e3b8c

Browse files
committed
Add project key logging to sync step
1 parent 3320b72 commit 05e3b8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,10 @@ jobs:
422422
LD_API_KEY: ${{ secrets.LD_API_KEY }}
423423
LD_PROJECT_KEY: ${{ secrets.LD_PROJECT_KEY }}
424424
run: |
425+
echo "🔄 Syncing AI configs from LaunchDarkly production..."
426+
echo "Project: $LD_PROJECT_KEY"
427+
echo "Environment: production"
428+
425429
mkdir -p configs
426430
.venv/bin/ld-aic sync \
427431
--environment production \

0 commit comments

Comments
 (0)