mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-04 11:43:45 +00:00
[no ci] update decrypt.sh
This commit is contained in:
5
.github/actions/decrypt.sh
vendored
5
.github/actions/decrypt.sh
vendored
@ -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"
|
||||
|
Reference in New Issue
Block a user