This message was deleted.
# automation-api
s
This message was deleted.
r
you’ll have to pass in the secrets provider to the create_or_select_stack call too. Here’s a typescript example for reference: https://github.com/pulumi/automation-api-examples/blob/main/nodejs/inlineSecretsProvider-ts/index.ts#L92 (unfortunately needs to be specified both as stack settings and to the createOrSelect call)
c
awesome, thanks!