Publish npm packages to gcp artifact registry using github actions

1 · Kumar Rohit · Oct. 20, 2021, 6:24 p.m.
Github gives a generous limits for your private projects, its to good for your private repos or even small startups. However, Github package has a constraint of 500mb size, which is quite low. Lets compare the pricing for both github & gcp (as of July 2021)   Storage (per GB) Data Transfer (per GB) Github $0.25 $0.50 GCP artifactory $0.10 $0.01 - $0.15 Looking at pricing, storing artifacts in GCP is a good idea. Setting up service account The first thing, we need to set up our servic...