From c840d847d741725422031a3b545c05e16a9d65c7 Mon Sep 17 00:00:00 2001 From: OAJ Date: Mon, 13 Jan 2025 18:00:46 +0000 Subject: [PATCH] Update dashboard_deploy_template.yaml --- .github/workflows/dashboard_deploy_template.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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: