You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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=<[email protected]> --add --com
0 commit comments