Skip to content

Commit

Permalink
put it in Renviron
Browse files Browse the repository at this point in the history
  • Loading branch information
hrodmn committed Feb 28, 2024
1 parent 1419397 commit 763d93f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ jobs:
with:
extra-packages: any::rcmdcheck
needs: check


- name: Setup .Renviron
run: |
echo "TIDY_FIA_PASSWORD=${{ secrets.TIDY_FIA_PASSWORD }}" >> $HOME/.Renviron
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
Expand Down

0 comments on commit 763d93f

Please sign in to comment.