Skip to content

Commit

Permalink
add rmarkdown
Browse files Browse the repository at this point in the history
  • Loading branch information
beanumber committed Apr 20, 2024
1 parent f9b5253 commit 682ea14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ Imports:
here,
gargle,
knitr
Suggests:
rmarkdown
1 change: 1 addition & 0 deletions www/projects.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 682ea14

Please sign in to comment.