https://pulumi.com logo
#pulumi-deployments
Title
# pulumi-deployments
e

elegant-gigabyte-8733

06/29/2023, 8:06 PM
I think I asked the wrong question before and hoping for a little guidance on this one. I have my Pulumi Deployments set to run a preview on a Pull Request. However I get this error every time. It’s not really clear from the documentation how this is supposed to work in the Github action because the directions are specifically for setting up on the CLI https://www.pulumi.com/registry/packages/aws/installation-configuration/
l

lemon-agent-27707

06/29/2023, 9:05 PM
In deployment settings you'll either need to configure environment variables with your AWS credentials (you can mark these as secret), or you'll need to follow the OIDC guide so that deployments can issue short term AWS credentials for the operation: https://www.pulumi.com/docs/pulumi-cloud/deployments/oidc/aws/
e

elegant-gigabyte-8733

06/30/2023, 3:35 AM
Thanks I’ll try the envs
This worked thanks @lemon-agent-27707
2 Views