diff --git a/.github/workflows/dashboard_deploy_template.yaml b/.github/workflows/dashboard_deploy_template.yaml index 8b56650..9d105e7 100644 --- a/.github/workflows/dashboard_deploy_template.yaml +++ b/.github/workflows/dashboard_deploy_template.yaml @@ -7,6 +7,11 @@ on: description: "Path to the parameters file" required: true type: string + secrets: + SHINYAPPS_SECRET: + required: true + SHINYAPPS_TOKEN: + required: true jobs: deployShiny: