travis-build icon indicating copy to clipboard operation
travis-build copied to clipboard

Add steps to include private auth steps hex.pm

Open BanzaiMan opened this issue 8 years ago • 1 comments

This PR adds a step to run mix hex.organization auth acme commands with the auth keys given in hex_org_keys.

hex_org_keys is either a scalar or an array of auth keys.

This resolves https://github.com/travis-ci/travis-ci/issues/8692.

BanzaiMan avatar Nov 13 '17 01:11 BanzaiMan

@BanzaiMan this looks interesting, although I don't think we should add another config item to the .travis.yml file. Could we detect this from an env var instead? and we can document how to set this up in the Repository settings page?

joshk avatar Nov 14 '18 19:11 joshk