diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 993a914..c097724 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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()'