Skip to content

Commit

Permalink
Next r2u try
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasWallrich authored May 25, 2024
1 parent eb856a1 commit 27a2c6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}');
Expand Down

0 comments on commit 27a2c6d

Please sign in to comment.