Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Install packages hosted on Github registry using Rubygem
- //https://github.com/features/packages
- echo ":github: Bearer ${GH_TOKEN}" >> ~/.gem/credentials
- gem build github_api.gemspec
- gem push --key github --host https://rubygems.pkg.github.com/phanatic github_api-1.0.0.gem
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement