Skip to content

Commit f0876eb

Browse files
authoredDec 17, 2024
Merge pull request #9 from NHS-Transformation-Unit/aw_dev
Add name to rsconnect
2 parents a3d6bbf + bec524e commit f0876eb

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)