Skip to content

Instantly share code, notes, and snippets.

@wayneashleyberry
Last active August 29, 2015 14:15
Show Gist options
  • Save wayneashleyberry/2971dd7982e14fb802fb to your computer and use it in GitHub Desktop.
Save wayneashleyberry/2971dd7982e14fb802fb to your computer and use it in GitHub Desktop.
composer travis stuff
curl -X POST https://api.github.com/authorizations -u wayneashleyberry -H "Content-Type: application/json" -d '{"scopes": ["public_repo"], "note": "Travis"}'
travis encrypt -r org/repo GH_TOKEN=... --add env.global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment