Description Usage Arguments See Also
Assigns a GitHub PAT to the GITHUB_PAT private variable on Travis CI
via travis_set_var(),
among others this works around GitHub API rate limitations.
By default, the PAT is obtained from github_create_pat().
1 2 | travis_set_pat(pat = NULL, repo = github_repo(),
token = travis_token(repo), quiet = FALSE)
|
pat |
|
repo |
|
token |
|
quiet |
|
Other Travis CI functions: travis_get_caches,
travis_repo_info,
travis_repos
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.