https://pulumi.com logo
Title
a

ancient-shampoo-2049

12/28/2021, 1:19 AM
Hello - trying to create AWS codebuild project using github personal access token, but when I log into the AWS console, it doesn't show the project being connected:
source_credential = aws.codebuild.SourceCredential(resource_name="xxx",
auth_type="PERSONAL_ACCESS_TOKEN",
server_type="GITHUB", 
token="****")
is the Python I'm using (prior to creating the code build project). Any pointers or references I can look at?
b

billowy-army-68599

12/28/2021, 11:16 AM
are you sure you're pointing at the right account?
a

ancient-shampoo-2049

12/28/2021, 3:34 PM
Not sure I understand your question? which account are you referring to?
b

billowy-army-68599

12/29/2021, 9:27 AM
The AWS account
a

ancient-shampoo-2049

01/02/2022, 10:09 PM
I worked around it by using a codestar connection instead...
I can try that