I having some issues with a GH action, it keeps te...
# general
w
I having some issues with a GH action, it keeps telling me "unable to validate AWS credentials - see https://pulumi.io/install/aws.html for details on configuration" when I test the same credentials locally I do not see the issue.
l
Add in some debug to confirm the creds you're using. It may be that there's a default profile missing, or an incorrect default profile set up...
w
is there anything specific in the Pulumi.dev.yaml I should be setting?
l
Only if you want to hard-code creds.
aws:region
is fairly common, if you're using the default provider.
b
@witty-barista-69390 how are you setting credentials?
w
I think you were right the profile I was using was jacking it up
thanks!
👍 1