I think I asked the wrong question before and hopi...
# pulumi-deployments
e
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
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
Thanks I’ll try the envs
This worked thanks @lemon-agent-27707