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"))