Skip to content

Commit

Permalink
reinstate env var
Browse files Browse the repository at this point in the history
  • Loading branch information
hrodmn committed Feb 28, 2024
1 parent eb03ead commit 1419397
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
TIDY_FIA_PASSWORD: ${{ secrets.TIDY_FIA_PASSWORD }}

steps:
- uses: actions/checkout@v4
Expand All @@ -45,12 +46,7 @@ jobs:
with:
extra-packages: any::rcmdcheck
needs: check

- name: Setup .Renviron
run: |
mkdir -p $HOME/.R
echo "TIDY_FIA_PASSWORD=${{ secrets.TIDY_FIA_PASSWORD }}" >> $HOME/.R/check.Renviron

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
Expand Down

0 comments on commit 1419397

Please sign in to comment.