Skip to content

Commit

Permalink
trying to get the pat to work
Browse files Browse the repository at this point in the history
  • Loading branch information
kdorheim committed Jun 11, 2024
1 parent 940e0b6 commit d81ec1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/run-r-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
Rscript -e 'install.packages("remotes")'
- name: Install R packages
env:
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
run: |
Rscript -e 'remotes::install_github("jgcri/hector")' # The Hector package & dependeices
Rscript -e 'install.packages(c("here", "assertthat"))' # Add any packages your script needs
Expand Down

0 comments on commit d81ec1a

Please sign in to comment.