Skip to content

Commit

Permalink
Update .github/workflows/dashboard_deploy_template.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Rich Bielby <[email protected]>
  • Loading branch information
oadetayo and rmbielby authored Jan 20, 2025
1 parent 6779a98 commit 93e2a92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dashboard_deploy_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
if (!requireNamespace("rsconnect", quietly = TRUE)) install.packages("rsconnect")
- name: Deploy to ShinyApps.io
if: github.event_name != 'pull_request'
run: >
Rscript
-e "rsconnect::setAccountInfo(name = 'department-for-education', token = '${{secrets.SHINYAPPS_TOKEN}}', secret = '${{secrets.SHINYAPPS_SECRET}}')"
Expand Down

0 comments on commit 93e2a92

Please sign in to comment.