From 27a2c6d8ad0b047d4fc18ae47d40a6d975476127 Mon Sep 17 00:00:00 2001 From: Lukas Wallrich Date: Sat, 25 May 2024 16:54:21 +0100 Subject: [PATCH] Next r2u try --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4606715..9a3efe6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,6 +25,7 @@ jobs: R -e " install.packages(c('shiny', 'rsconnect')); if (!require('remotes')) install.packages('remotes'); + if (!require('gitcreds')) install.packages('gitcreds'); gitcreds::gitcreds_delete(url = 'https://github.com'); remotes::install_github('ESHackathon/CiteSource'); rsconnect::setAccountInfo(name='${{secrets.SHINY_LUKAS_ACCOUNT}}', token='${{secrets.SHINY_LUKAS_TOKEN}}', secret='${{secrets.SHINY_LUKAS_SECRET}}');