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.
1 parent 107b328 commit 5bc6eb4Copy full SHA for 5bc6eb4
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
remotes::install_deps(dependencies = TRUE)
17
- name: Deploy
18
env:
19
- RSHINYAPPSTOKEN: ${{ secrets.BDD37BE867B12F421BE4443534430709 }}
20
- RSHINYAPPSEMAIL: ${{ secrets.derekmeyer37@gmail.com }}
+ RSHINYAPPSTOKEN: ${{ BDD37BE867B12F421BE4443534430709 }}
+ RSHINYAPPSEMAIL: ${{ derekmeyer37@gmail.com }}
21
run: |
22
rsconnect::deployApp(appDir = '~/Desktop/Research/epiworldRShiny')
0 commit comments