mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
actions take 103
This commit is contained in:
2
.github/actions/decrypt.sh
vendored
2
.github/actions/decrypt.sh
vendored
@@ -9,7 +9,7 @@ echo "source file is ${gpgfile}"
|
||||
if [ -z ${PASSCODE+x} ]; then
|
||||
echo "PASSCODE is unset";
|
||||
else
|
||||
echo "PASSCODE is set'";
|
||||
echo "PASSCODE is set";
|
||||
fi
|
||||
|
||||
gpg --quiet --batch --yes --decrypt --passphrase="${PASSCODE}" \
|
||||
|
||||
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -186,6 +186,7 @@ jobs:
|
||||
run: |
|
||||
source .github/actions/decrypt.sh
|
||||
cd src
|
||||
export OAUTHFILE="oauth2.txt-gam-gha-${JID}"
|
||||
$gam oauth info
|
||||
$gam info user
|
||||
$gam user admin@pdl.jaylee.us check serviceaccount
|
||||
|
||||
Reference in New Issue
Block a user