Skip to content

Commit

Permalink
Add github PAT to renv step in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hughjonesd committed May 13, 2024
1 parent d270ce3 commit 0920b28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
uses: r-lib/actions/setup-renv@v2
with:
cache-version: 2 # increment this to invalidate the renv cache
env:
GITHUB_PAT: ${{ secrets.RENV_GITHUB_PAT }}

- name: Import Unjournal data
run: Rscript -e 'source("code/import-unjournal-data.R"); save_data()'
Expand Down

0 comments on commit 0920b28

Please sign in to comment.