From 682ea14ecda70f4c911aad448cd6e2e10d53d797 Mon Sep 17 00:00:00 2001 From: beanumber Date: Sat, 20 Apr 2024 11:10:55 -0500 Subject: [PATCH] add rmarkdown --- DESCRIPTION | 2 ++ www/projects.qmd | 1 + 2 files changed, 3 insertions(+) diff --git a/DESCRIPTION b/DESCRIPTION index 8221e95..c2fa951 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -16,3 +16,5 @@ Imports: here, gargle, knitr +Suggests: + rmarkdown diff --git a/www/projects.qmd b/www/projects.qmd index 22c1a1c..b286c84 100644 --- a/www/projects.qmd +++ b/www/projects.qmd @@ -50,6 +50,7 @@ gargle::secret_write_rds( ``` ```{r} +#| label: read-sheet # Step 3: now decrypt the token using the secret key. # This should work both locally AND on GitHub Actions!! gs4_auth(token = gargle::secret_read_rds(encrypted_token_path, "GS4_KEY"))