Skip to content

Commit

Permalink
Include cr_pat
Browse files Browse the repository at this point in the history
  • Loading branch information
saipavan10-git committed Aug 14, 2024
1 parent b05eaa2 commit bf63fd2
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")'
run: Rscript -e 'devtools::install_github("ctsit/rcc.ctsit", auth_token = "$CR_PAT")'

- uses: actions/checkout@v2

Expand Down

0 comments on commit bf63fd2

Please sign in to comment.