Skip to content

Commit

Permalink
use secrets api key in gha
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-brokamp committed Jul 5, 2024
1 parent e3b29d8 commit 167666c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
PURPLE_AIR_API_KEY: ${{ secrets.PURPLE_AIR_API_KEY }}

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Install the development version of PurpleAir with:
pak::pak("cole-brokamp/PurpleAir")
```

Querying data from the PurpleAir API requires a free [PurpleAir Developer API key](https://develop.purpleair.com/sign-in?redirectURL=%2Fdashboards%2Fkeys) linked to a Google account.

## Usage

```{r}
Expand Down

0 comments on commit 167666c

Please sign in to comment.