From 59e68dac29eabc4006129c774b54b6617bbeecba Mon Sep 17 00:00:00 2001 From: Bijan Haney Date: Fri, 15 Aug 2025 16:12:14 -0400 Subject: [PATCH] add secret to secrets --- .github/workflows/deploy_training_script.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy_training_script.yaml b/.github/workflows/deploy_training_script.yaml index b85b34b..8978637 100644 --- a/.github/workflows/deploy_training_script.yaml +++ b/.github/workflows/deploy_training_script.yaml @@ -9,6 +9,8 @@ on: required: true VIAM_ORG_ID: required: true + GITHUB_TOKEN: + required: false inputs: framework: type: string