https://pulumi.com logo
Title
d

dry-journalist-60579

03/15/2023, 4:02 PM
Has anyone run into
GitHub rate limit exceeded, try again in 23.838081389s. You can set GITHUB_TOKEN to make an authenticated request with a higher rate limit.
? I’m seeing this at the end of my deployment runs that I trigger manually from the UI
b

billowy-army-68599

03/15/2023, 4:06 PM
yep, you need to set a github token 🙂
d

dry-journalist-60579

03/15/2023, 4:07 PM
not handled by the integration?
b

billowy-army-68599

03/15/2023, 4:07 PM
are you using the github action?
d

dry-journalist-60579

03/15/2023, 4:09 PM
hmm I set up Deployments to run on our
infrastructure
pulumi monorepo
I followed the documentation
and now when I push to the branch it automatically runs
but I also trigger it from the UI
Where would I need to set the GITHUB_TOKEN?
b

billowy-army-68599

03/15/2023, 4:14 PM
ahh you’re using deployment, my bad
I’ll file an issue for that
d

dry-journalist-60579

03/15/2023, 4:14 PM
❤️ thank you!!
b

billowy-army-68599

03/15/2023, 4:15 PM
you can also set an environment variables, if you set
GITHUB_TOKEN
that’ll work, but we should provide one
d

dry-journalist-60579

03/15/2023, 4:16 PM
but I’d need to use my own personal token or create a machine user?
b

billowy-army-68599

03/15/2023, 4:16 PM
yeah a personal token, I’ve opened https://github.com/pulumi/service-requests/issues/197
l

lemon-agent-27707

03/15/2023, 11:47 PM
@dry-journalist-60579 One of our engineers merged a fix for this a few hours ago. It should go out with the next production deployment tomorrow morning.
d

dry-journalist-60579

03/16/2023, 2:18 PM
thank you!!
😛arty-pizza: