Skip to content

Commit

Permalink
Quote secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasWallrich committed Feb 8, 2024
1 parent e0b8f6a commit 8565eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Set up R2u (faster dependency installation)
uses: eddelbuettel/github-actions/r2u-setup@master

- name: Install Dependencies
- name: Deploy App
run: |
install.packages(c('shiny', 'rsconnect'))
rsconnect::setAccountInfo(name='lukaswallrich', token=${{secrets.SHINYAPPS_TOKEN}}, secret=${{secrets.SHINYAPPS_SECRET}})
rsconnect::setAccountInfo(name='lukaswallrich', token='${{secrets.SHINYAPPS_TOKEN}}', secret='${{secrets.SHINYAPPS_SECRET}}')
rsconnect::deployApp(appName = 'fred_explorer', appDir = '.')
shell: Rscript {0}

Expand Down

0 comments on commit 8565eea

Please sign in to comment.