From aa3a0330d15b7ef072eb8f5171ec85f184bc4fe6 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 18 Apr 2025 11:05:59 -0400 Subject: [PATCH] [no ci] update decrypt.sh --- .github/actions/decrypt.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/actions/decrypt.sh b/.github/actions/decrypt.sh index 96646660..0a166a6a 100755 --- a/.github/actions/decrypt.sh +++ b/.github/actions/decrypt.sh @@ -5,7 +5,4 @@ if [ ! -d "$credspath" ]; then mkdir -p "$credspath" fi -secretvar="GAM_GHA_${JID}" -secretval="${!secretvar}" - -echo -e "$secretval" > "${credspath}/oauth2.txt" +echo -e "$oa2" > "${credspath}/oauth2.txt"