From 4ead44811619ad5233bcc4f1ac36dcacf1567d64 Mon Sep 17 00:00:00 2001 From: davidycliao Date: Fri, 20 Sep 2024 02:35:16 +0100 Subject: [PATCH] Update r_ubuntu.yaml --- .github/workflows/r_ubuntu.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/r_ubuntu.yaml b/.github/workflows/r_ubuntu.yaml index 33ec3cef..d5583b24 100644 --- a/.github/workflows/r_ubuntu.yaml +++ b/.github/workflows/r_ubuntu.yaml @@ -75,7 +75,6 @@ # shell: bash # # - name: R-ubuntu on: @@ -124,6 +123,8 @@ jobs: shell: Rscript {0} - name: Install additional R packages + env: + GITHUB_PAT: ${{ secrets.GITHUB_PAT }} # Use the secret PAT run: | install.packages(c("knitr", "rmarkdown", "lsa", "purrr", "ggplot2")) install.packages('remotes')