Skip to content

Commit cf006f0

Browse files
Add note about GitHub PAT expiration time (#59)
* Increase roxygen version from 7.2.3 to 7.3.2 * Add note that GitHub PATs expire, with a default expiration of 30 days. Fixes #36.
1 parent 6d0cc82 commit cf006f0

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ Config/Needs/website: tidyverse/tidytemplate
2929
Config/testthat/edition: 3
3030
Encoding: UTF-8
3131
Roxygen: list(markdown = TRUE)
32-
RoxygenNote: 7.2.3
32+
RoxygenNote: 7.3.2
3333
SystemRequirements: git

R/aaa-doc.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
#'
5858
#' To set up password-less authentication to GitHub:
5959
#' 1. Create a personal access token (PAT). See
60-
#' https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token.
60+
#' <https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token>.
61+
#' Note that personal access tokens can expire, and the default expiration time is 30 days.
6162
#' 2. Call `gitcreds_set()` and give this token as the password.
6263
#' 3. Run `gitcreds_get(use_cache = FALSE)` to check that the new
6364
#' PAT is set up. To see the token, you can run

man/gitcreds-package.Rd

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/gitcreds_get.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)