Hi, don’t know if this is an issue after the lates...
# automation-api
b
Hi, don’t know if this is an issue after the latest
pulumi
update, but in automation API is not possible anymore to install a plugin from pulumiverse github. Precisely I’m having the issue trying to install the
sentry
plugin
401 HTTP error fetching plugin from <https://api.github.com/repos/pulumiverse/pulumi-sentry/releases/tags/v0.0.8>
I’m installing the plugin in the same way I was doing since 5hrs ago when was working
Copy code
const ws = await LocalWorkspace.create({});
      await ws.installPluginFromServer(
        'sentry',
        'v0.0.8',
        '<github://api.github.com/pulumiverse>',
      );
today it was working; now I’m losing my head trying to figure out what’s the issue Any idea about the possible issue?