https://pulumi.com logo
#general
Title
# general
w

witty-barista-69390

08/23/2022, 2:39 AM
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

little-cartoon-10569

08/23/2022, 2:40 AM
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

witty-barista-69390

08/23/2022, 2:44 AM
is there anything specific in the Pulumi.dev.yaml I should be setting?
l

little-cartoon-10569

08/23/2022, 3:00 AM
Only if you want to hard-code creds.
aws:region
is fairly common, if you're using the default provider.
b

billowy-army-68599

08/23/2022, 3:20 AM
@witty-barista-69390 how are you setting credentials?
w

witty-barista-69390

08/23/2022, 3:52 AM
I think you were right the profile I was using was jacking it up
thanks!
👍 1
2 Views