https://pulumi.com logo
Title
w

white-chef-55657

11/08/2022, 1:08 PM
is there an ongoing issue running pulumi in github actions? have been unable to run for a few hours now
error: could not load plugin for eks provider 'urn:pulumi:xxx::aws-eks::pulumi:providers:eks::default': Could not automatically download and install resource plugin 'pulumi-resource-eks', install the plugin using `pulumi plugin install resource eks`.
    Underlying error: 401 HTTP error fetching plugin from <https://api.github.com/repos/pulumi/pulumi-eks/releases/latest>
e

echoing-dinner-19531

11/08/2022, 3:34 PM
401 from github is you've hit your rate limit, I think we could add an automatic retry to this with backoff to help
w

worried-balloon-88673

03/08/2023, 1:03 PM
sorry for bumping an old thread, but FWIW we're hitting this almost constantly. we only deploy to EKS manually, and this error comes up even when we haven't deployed for ~20 hours so it's difficult to see where the rate limiting is coming in.
b

billowy-army-68599

03/08/2023, 3:19 PM
@worried-balloon-88673 add a GitHub token to your actions environment
w

worried-balloon-88673

03/08/2023, 3:55 PM
ah, i think we might have misconfigured that when we set it up initially. thanks lee!