mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-16 07:55:54 +00:00
Add GITHUB_PAT env variable
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -26,6 +26,8 @@ jobs:
|
||||
uses: ts-graphviz/setup-graphviz@v1
|
||||
- uses: r-lib/actions/setup-r@v2
|
||||
- name: Install R dependencies
|
||||
env:
|
||||
GITHUB_PAT: ${{ secrets.PAT_TOKEN }}
|
||||
run: |
|
||||
install.packages("remotes")
|
||||
remotes::install_github("jacintoarias/exreport")
|
||||
|
Reference in New Issue
Block a user