You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use real Ditto credentials from secrets in integration tests
Replace placeholder test credentials with real GitHub secrets in
kotlin-multiplatform-ci.yml, matching the successful pattern from
Android Kotlin PR #123:
- DITTO_APP_ID from secrets instead of "test_app_id"
- DITTO_PLAYGROUND_TOKEN from secrets instead of "test_token"
- DITTO_AUTH_URL from secrets instead of "https://test.com"
- DITTO_WEBSOCKET_URL from secrets instead of "wss://test.com"
This allows the KMP app to actually connect to Ditto Cloud for real
sync testing instead of failing with placeholder credentials.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments