Nothing
test_that("uses to GITHUB_PAT if set", {
withr::local_envvar(
GITHUB_PAT = "abc",
GITHUB_PAT_GITHUB_COM = NA
)
expect_equal(github_key(), "abc")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.