Get a personal accecss token (classic) from github. Make sure it has package read permissions.
To be able to deploy you need to update your profile with a NPM_AUTH_TOKEN
echo 'export NPM_AUTH_TOKEN=<YOUR_TOKEN>' >> ~/.zshrc
source ~/.zshrc
or
echo 'export NPM_AUTH_TOKEN=<YOUR_TOKEN>' >> ~/.bashrc
source ~/.bashrc