mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-17 16:35: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: ts-graphviz/setup-graphviz@v1
|
||||||
- uses: r-lib/actions/setup-r@v2
|
- uses: r-lib/actions/setup-r@v2
|
||||||
- name: Install R dependencies
|
- name: Install R dependencies
|
||||||
|
env:
|
||||||
|
GITHUB_PAT: ${{ secrets.PAT_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
install.packages("remotes")
|
install.packages("remotes")
|
||||||
remotes::install_github("jacintoarias/exreport")
|
remotes::install_github("jacintoarias/exreport")
|
||||||
|
Reference in New Issue
Block a user