action-setup icon indicating copy to clipboard operation
action-setup copied to clipboard

bug: ERR_PNPM_FETCH_403

Open axel7083 opened this issue 6 months ago • 6 comments

Since a few days (wild guess) we are facing some flakiness with the GitHub action.

Here is an example https://github.com/podman-desktop/podman-desktop/actions/runs/17240020861/job/48916866994?pr=13719, we had to relaunch 3 time the action for it to pass.

The logs

Run pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda
  with:
    run_install: false
    dest: ~/setup-pnpm
    package_json_file: package.json
    standalone: false
Running self-installer...
   ERR_PNPM_FETCH_403  GET https://registry.npmjs.org/pnpm: Forbidden - 403
  
  This error happened while installing a direct dependency of /home/runner/setup-pnpm
  
  No authorization header was set for the request.
  
  No authorization settings were found in the configs.
  Try to log in to the registry by running "pnpm login"
  or add the auth tokens manually to the ~/.npmrc file.
Error: Something went wrong, self-installer exits with code 1
Installation Completed!

axel7083 avatar Aug 26 '25 14:08 axel7083

Same here.

Dzhuneyt avatar Aug 26 '25 14:08 Dzhuneyt

Same here

sourceful-wing avatar Aug 26 '25 14:08 sourceful-wing

same here

hayescode avatar Aug 26 '25 14:08 hayescode

Maybe relevant info is this was preceded by multiple 429 errors on the same action for us.

This is a duplicate of: https://github.com/pnpm/action-setup/issues/177

thomaslefeuvre avatar Aug 26 '25 14:08 thomaslefeuvre

and my axe (me too)

wmac-algoma avatar Aug 26 '25 15:08 wmac-algoma

Working for me now

hayescode avatar Aug 26 '25 15:08 hayescode