anyone else get this error before? ```$ pulumi plu...
# general
s
anyone else get this error before?
Copy code
$ pulumi plugin install resource eks
error: 401 HTTP error fetching plugin from <https://api.github.com/repos/pulumi/pulumi-eks/releases/latest>
This is happening in a self-hosted Github Actions runner. The reason I'm installing it manually is because I'm running into the dreaded plugin bugs. Related Issues: https://github.com/pulumi/pulumi/issues/5619 https://github.com/pulumi/pulumi/issues/5725
b
which version of pulumi-eks are you using?
this is likely because the action token has hit a rate limit
🤔 1
s
0.40.0
e
rate limits should be 403 not 401 I think, but eks is a public repo so not sure how you'd get a 401 unauthorized response from it 😐