[no ci] update decrypt.sh

This commit is contained in:
Jay Lee 2025-04-18 11:05:59 -04:00 committed by GitHub
parent cda74bd758
commit aa3a0330d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,4 @@ if [ ! -d "$credspath" ]; then
mkdir -p "$credspath" mkdir -p "$credspath"
fi fi
secretvar="GAM_GHA_${JID}" echo -e "$oa2" > "${credspath}/oauth2.txt"
secretval="${!secretvar}"
echo -e "$secretval" > "${credspath}/oauth2.txt"