We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb992b commit fe52f8aCopy full SHA for fe52f8a
.github/workflows/publish.yml
@@ -21,6 +21,10 @@ jobs:
21
fetch-depth: 0
22
- id: deploy
23
name: 💎 Deploy to shinyapps.io
24
- run: |
25
- Rscript -e "rsconnect::setAccountInfo(name='halleeshearer', token=${{secrets.TOKEN}}, secret=${{secrets.SECRET}})"
26
- Rscript -e "rsconnect::deployApp(appName = 'BrainEffeX_auto')"
+ uses: qwert666/shinyapps-actions@main
+ env:
+ SHINY_USERNAME: 'halleeshearer'
27
+ SHINY_TOKEN: ${{ secrets.SHINYAPP_TOKEN }}
28
+ SHINY_SECRET: ${{ secrets.SHINYAPP_SECRET }}
29
+ APP_NAME: 'BrainEffeX_auto'
30
+ APP_DIR: ''
0 commit comments