All of a sudden my Bitbucket Pipeline is failing to download files requested by Node.js npm install. It's worked for months and now its returning 403 errors downloading files like:
https://yt-dl.org/downloads/latest/youtube-dl
https://github.com/lovell/sharp-libvips/releases/download/v8.6.1/libvips-8.6.1-linux-x64.tar.gz
One of the npm packages has a work around that worked:
https://github.com/lovell/sharp/issues/1632#ref-issue-426647599
Not all of them do and my pipeline is failing and so I can't do builds anymore. The build works fine running from my local workstation, just not from pipeline.
Any help would be appreciated. My CI pipeline is basically useless and I have to run all builds manually.