mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-12 04:07:21 +00:00
[no ci] update decrypt.sh
This commit is contained in:
parent
cda74bd758
commit
aa3a0330d1
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user