Skip to content

Instantly share code, notes, and snippets.

@travi
Last active September 19, 2020 11:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save travi/f91c73610fa49769d90e3ee3b66cfbee to your computer and use it in GitHub Desktop.
Save travi/f91c73610fa49769d90e3ee3b66cfbee to your computer and use it in GitHub Desktop.
limit npm token to travis instances
# list of IPs from https://docs.travis-ci.com/user/ip-addresses/
## sudo-enabled linux
npm token create --cidr=$(echo $(dig +short {nat.gce-us-central1.travisci.net,nat.gce-us-east1.travisci.net}) | sed 's_ _/32,_g')/32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment