Skip to content
New issue

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

Allow user to set secret provider when running an upsert on the stack #338

Closed
pierskarsenbarg opened this issue Aug 2, 2021 · 0 comments · Fixed by #339
Closed

Allow user to set secret provider when running an upsert on the stack #338

pierskarsenbarg opened this issue Aug 2, 2021 · 0 comments · Fixed by #339
Assignees
Labels
kind/enhancement Improvements or new features resolution/fixed This issue was fixed

Comments

@pierskarsenbarg
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features resolution/fixed This issue was fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants