Skip to content

Commit

Permalink
add password to .Renviron
Browse files Browse the repository at this point in the history
  • Loading branch information
hrodmn committed Feb 28, 2024
1 parent b36a579 commit 2e4d579
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ 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 @@ -47,6 +46,10 @@ jobs:
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

0 comments on commit 2e4d579

Please sign in to comment.