Skip to content

Commit

Permalink
Update codecov.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-messier authored Sep 23, 2023
1 parent 4c878f7 commit 6173732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
run: R -e 'remotes::install_deps()'

- name: Specify GitHub PAT and Install devtools using remotes
run: R -e 'Sys.setenv(GITHUB_PAT = "${{ secrets.GITHUB_PAT }}"); remotes::install_github("r-lib/devtools")'
run: R -e 'Sys.setenv(GITHUB_PAT = "${{ secrets.GH_PAT }}"); remotes::install_github("r-lib/devtools")'
env:
GITHUB_PAT: ${{ secrets.GITHUB_PAT }} # Add your GitHub PAT secret to your repository secrets
GITHUB_PAT: ${{ secrets.GH_PAT }} # Add your GitHub PAT secret to your repository secrets


- name: Run tests and calculate coverage
Expand Down

0 comments on commit 6173732

Please sign in to comment.