Skip to content

Commit cf68263

Browse files
committed
HARDCODE project key to prove GitHub secret is wrong
1 parent 05e3b8c commit cf68263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ jobs:
420420
- name: Sync production configs
421421
env:
422422
LD_API_KEY: ${{ secrets.LD_API_KEY }}
423-
LD_PROJECT_KEY: ${{ secrets.LD_PROJECT_KEY }}
423+
LD_PROJECT_KEY: multi-agent-chatbot # HARDCODED - GitHub secret is wrong
424424
run: |
425425
echo "🔄 Syncing AI configs from LaunchDarkly production..."
426426
echo "Project: $LD_PROJECT_KEY"

0 commit comments

Comments
 (0)