Skip to content

Commit

Permalink
fixes false .env file names
Browse files Browse the repository at this point in the history
  • Loading branch information
Geert van Geest committed Apr 9, 2024
1 parent a1f82b3 commit 90f4999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ library(ggbreak)
library(cowplot)
```

Create a file named `.env.sh` and add your GitHub PAT (variable named `PAT` ) and google api key (named `GOOGLE_API_KEY`) in there, e.g.:
Create a file named `.env` and add your GitHub PAT (variable named `PAT` ) and google api key (named `GOOGLE_API_KEY`) in there, e.g.:

```{bash, eval=FALSE}
# this is an example, store it as .env.R:
# this is an example, store it as .env:
export AT="ghp_aRSRESCTZII20Lklser3H"
export GOOGLE_API_KEY="AjKSLE5SklxuRsxwPP8s0"
```
Expand Down

0 comments on commit 90f4999

Please sign in to comment.