Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
Ensure R properly reads CR_PAT
  • Loading branch information
saipavan10-git committed Aug 14, 2024
1 parent bf63fd2 commit 07307c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: Rscript -e 'devtools::install_github("ctsit/redcapcustodian")'

- name: Install private R dependencies
run: Rscript -e 'devtools::install_github("ctsit/rcc.ctsit", auth_token = "$CR_PAT")'
run: Rscript -e 'devtools::install_github("ctsit/rcc.ctsit", auth_token = Sys.getenv("CR_PAT"))'

- uses: actions/checkout@v2

Expand Down

0 comments on commit 07307c3

Please sign in to comment.