get_permissions: Get GitHub Permissions

Description Usage Arguments Details Value See Also Examples

Description

Retrieve GitHub permissions that have been authorized to Travis-CI.

Usage

1

Arguments

...

Additional arguments passed to travisHTTP.

Details

This can be useful for checking what access rights have been granted to Travis-CI by GitHub. If for some reason Travis-CI isn't working, this might be useful for troubleshooting but probably not otherwise.

Value

A list.

See Also

get_accounts, get_users, get_requests (to troubleshoot specific code pushes)

Examples

1
2
3
4
5
6
7
8
## Not run: 
# authenticate based on Sys.setenv("GITHUB_TOKEN" = "sometoken")
auth_travis()

# get travis accounts
get_permissions()

## End(Not run)

cloudyr/travisci documentation built on May 13, 2019, 8:22 p.m.