Functions for setting up a GHE PAT (create_ghe_token()
),
and accessing the saved PAT (ghe_token()
).
1 2 3 | ghe_token()
create_ghe_token(scopes = c("repo", "user", "gist", "workflow"))
|
scopes |
Character vector of token scopes, pre-selected in the web form. Final choices are made in the GitHub form. Read more about GitHub API scopes at https://docs.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.