Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
Remove CR_PAT
  • Loading branch information
saipavan10-git committed Aug 14, 2024
1 parent 8f5a79a commit b05eaa2
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")'

- uses: actions/checkout@v2

Expand Down

0 comments on commit b05eaa2

Please sign in to comment.