Home > Software engineering >  GCP Cloud Build suddenly cannot fetch npm package from Github Package
GCP Cloud Build suddenly cannot fetch npm package from Github Package

Time:12-02

I've my working Cloud Build fetching private npm package from Github.

I've already setup the .yarnrc npmRegistryScopes and auth token.

It worked for the whole day.
Then suddenly it stopped working and gave me this in the Cloud Build yarn install step.

YN0035: │ @myorg/mypackage@npm:0.3.3::__archiveUrl=https://npm.pkg.github.com/download/@myorg/mypackage/0.3.3/02814855b510d459819aba67f3727764aaf46a06: The remote server failed to provide the requested resource
➤ YN0035: │   Response Code: 403 (Forbidden)
➤ YN0035: │   Request Method: GET
➤ YN0035: │   Request URL: https://npm.pkg.github.com/download/@myorg/mypackage/0.3.3/02814855b510d459819aba67f3727764aaf46a06

I've no idea what happening.

CodePudding user response:

enter image description here

Oh dear, I spent 3 hours to figure it out, It is the billing issue.

  • Related