Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch Heroku account used by Travis CI #2

Merged
merged 1 commit into from
Aug 21, 2019
Merged

Switch Heroku account used by Travis CI #2

merged 1 commit into from
Aug 21, 2019

Conversation

cjolowicz
Copy link
Owner

@cjolowicz cjolowicz commented Aug 21, 2019

Change the HEROKU_API_KEY and HEROKU_API_USER environment variables used by
Travis CI. The encrypted values were generated using the following commands:

heroku authorizations:create --description "For Travis"
travis login --com
travis encrypt HEROKU_API_KEY=<token> --add --com
travis encrypt HEROKU_API_USER=<example@example.com> --add --com

This procedure is described in more detail in the Hatchet documentation.

Change the HEROKU_API_KEY and HEROKU_API_USER environment variables used by
Travis CI. The encrypted values were generated using the following commands:

  heroku authorizations:create --description "For Travis"
  travis login --com
  travis encrypt HEROKU_API_KEY=<token> --add --com
  travis encrypt HEROKU_API_USER=<example@example.com> --add --com
@cjolowicz cjolowicz mentioned this pull request Aug 21, 2019
@cjolowicz cjolowicz merged commit a97ca3f into master Aug 21, 2019
@cjolowicz cjolowicz deleted the travis branch August 21, 2019 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant