Skip to content

Commit d8db702

Browse files
committed
add credentialContexts to RunOpts
Signed-off-by: Grant Linville <[email protected]>
1 parent 2ed44c0 commit d8db702

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gptscript.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export interface RunOpts {
4343
confirm?: boolean
4444
prompt?: boolean
4545
credentialOverrides?: string[]
46+
credentialContexts?: string[]
4647
location?: string
4748
env?: string[]
4849
forceSequential?: boolean

0 commit comments

Comments
 (0)