Skip to content

Commit bec524e

Browse files
committed
Add name to rsconnect
1 parent a3d6bbf commit bec524e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-shiny.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
SHINYAPPS_TOKEN: ${{ secrets.SHINYAPPS_TOKEN }}
3232
SHINYAPPS_SECRET: ${{ secrets.SHINYAPPS_SECRET }}
3333
run: |
34-
R -e 'rsconnect::setAccountInfo(name="${{ secrets.SHINYAPPS_ACCOUNT }}", token="${{ secrets.SHINYAPPS_TOKEN }}", secret="${{ secrets.SHINYAPPS_SECRET }}")'
34+
R -e 'rsconnect::setAccountInfo(name="nhs-tu-andy-wilson", token="${{ secrets.SHINYAPPS_TOKEN }}", secret="${{ secrets.SHINYAPPS_SECRET }}")'
3535
R -e 'rsconnect::deployApp(appDir = ".", appName = "markov_example", forceUpdate = TRUE)'

0 commit comments

Comments
 (0)