We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently when you run the Pulumi action with upsert:
- uses: pulumi/actions@v3 with: work-dir: pulumi upsert: true command: up stack-name: ${{ env.stack_name }}
you can't specify the secrets provider if it's not the default one.
The text was updated successfully, but these errors were encountered:
Add support for setting secrets-provider as part of stack configuration
dc70117
Fixes: #338
bf4efe7
Add support for setting secrets-provider as part of stack configurati…
0aa3bec
…on (#339) Fixes: #338
pulumi preview
secret-provider
stack72
Successfully merging a pull request may close this issue.
Currently when you run the Pulumi action with upsert:
you can't specify the secrets provider if it's not the default one.
The text was updated successfully, but these errors were encountered: