Skip to content

Commit 0aa432a

Browse files
committed
GH_PAT
1 parent 3a7c434 commit 0aa432a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pythonapp.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,11 @@ jobs:
5555
- name: Install R packages
5656
run: |
5757
install.packages(c("rmarkdown", "plotly", "dplyr", "htmlwidgets", "htmltools", "jsonlite", "readr", "DT", "remotes"))
58+
Sys.setenv(GITHUB_PAT = Sys.getenv("GH_PAT"))
5859
remotes::install_github("EpistasisLab/pmlbr")
5960
shell: Rscript {0}
61+
env:
62+
GH_PAT: ${{ secrets.GH_PAT }}
6063

6164
- name: Set up reticulate
6265
run: |

0 commit comments

Comments
 (0)