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"