From 61e0960d93e6072082c6d42baba668a01813c126 Mon Sep 17 00:00:00 2001 From: Henry Senyondo Date: Fri, 8 Nov 2024 00:22:11 -0500 Subject: [PATCH] Source deploy ENVs --- archive_predictions.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/archive_predictions.sh b/archive_predictions.sh index e1a7339..b95b6bb 100644 --- a/archive_predictions.sh +++ b/archive_predictions.sh @@ -1,5 +1,7 @@ #!/bin/bash +source /blue/ewhite/hpc_maintenance/githubdeploytoken.txt + # Capture the current date and time for the commit message date=$(date '+%Y-%m-%d %H:%M:%S')