Skip to content

Commit c4194b8

Browse files
committed
docs(voice-call): note SecretRef support for twilio.authToken and tts.providers.*.apiKey
Trace to db09f68 (Support SecretRef for voice-call credentials and bundled plugin SecretInputs #72607). The reference page docs/reference/secretref-credential-surface.md listed the new entries in the same SHA, but docs/plugins/voice-call.md showed only plain-string credentials without pointing to the SecretRef surface.
1 parent 015f7dc commit c4194b8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/plugins/voice-call.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ Gateway startup logs a setup-incomplete warning with the missing keys and
9191
skips starting the runtime. Commands, RPC calls, and agent tools still
9292
return the exact missing provider configuration when used.
9393

94+
<Note>
95+
Voice-call credentials accept SecretRefs. `plugins.entries.voice-call.config.twilio.authToken` and `plugins.entries.voice-call.config.tts.providers.*.apiKey` resolve through the standard SecretRef surface; see [SecretRef credential surface](/reference/secretref-credential-surface).
96+
</Note>
97+
9498
```json5
9599
{
96100
plugins: {

0 commit comments

Comments
 (0)