tidymodels / themis

Extra recipes steps for dealing with unbalanced data
https://themis.tidymodels.org/
Other
141 stars 11 forks source link

use_travis_deploy #11

Closed EmilHvitfeldt closed 4 years ago

EmilHvitfeldt commented 4 years ago

@DavisVaughan I believe you were the one to deal with this when we set up textrecipes?

I'm having problems again 😄

Screen Shot 2020-01-03 at 2 07 41 PM
DavisVaughan commented 4 years ago

I've run it. Does that help?

> travis::use_travis_deploy()
✔ Setting active project to '/Users/davis/Desktop/r/packages/themis'
>  Authenticating to GitHub.
Waiting for authentication in browser...
Press Esc/Ctrl + C to abort
Authentication complete.
✓ Authentication successful.
>  Authenticating to GitHub.
Waiting for authentication in browser...
Press Esc/Ctrl + C to abort
Authentication complete.
✓ Authentication successful.
Finished adding deploy keys on GitHub for repo tidymodels/themis.
✓ Successfully added public deploy key travis+tic' to GitHub for tidymodels/themis. 
>  You should receive a confirmation e-mail from GitHub.
>  Delete the key in the repository's settings to revoke access for that key or when you no longer need it.
>  Authenticating to GitHub.
>  Authenticating to GitHub.
Waiting for authentication in browser...
Press Esc/Ctrl + C to abort
Authentication complete.
✓ Authentication successful.
Finished adding private environment variable id_rsa to tidymodels/themis on Travis CI.
✓ Successfully added private deploy key to tidymodels/themis as secure environment variable id_rsa to Travis CI.
EmilHvitfeldt commented 4 years ago

It did! Thank you!

Lastly, if you can add https://tidymodels.github.io/themis/ as the repository website that would be awesome!

github-actions[bot] commented 3 years ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.