We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3d6bbf + bec524e commit f0876ebCopy full SHA for f0876eb
.github/workflows/deploy-shiny.yml
@@ -31,5 +31,5 @@ jobs:
31
SHINYAPPS_TOKEN: ${{ secrets.SHINYAPPS_TOKEN }}
32
SHINYAPPS_SECRET: ${{ secrets.SHINYAPPS_SECRET }}
33
run: |
34
- R -e 'rsconnect::setAccountInfo(name="${{ secrets.SHINYAPPS_ACCOUNT }}", token="${{ secrets.SHINYAPPS_TOKEN }}", secret="${{ secrets.SHINYAPPS_SECRET }}")'
+ R -e 'rsconnect::setAccountInfo(name="nhs-tu-andy-wilson", token="${{ secrets.SHINYAPPS_TOKEN }}", secret="${{ secrets.SHINYAPPS_SECRET }}")'
35
R -e 'rsconnect::deployApp(appDir = ".", appName = "markov_example", forceUpdate = TRUE)'
0 commit comments