mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
actions take 122
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -18,6 +18,7 @@ env:
|
|||||||
MIN_OPENSSL_VERSION: "1.1.1g"
|
MIN_OPENSSL_VERSION: "1.1.1g"
|
||||||
PATCHELF_VERSION: "0.12"
|
PATCHELF_VERSION: "0.12"
|
||||||
PYINSTALLER_COMMIT: "61d846d46bdc8b6d926bb57ae05e6c9bb884a144"
|
PYINSTALLER_COMMIT: "61d846d46bdc8b6d926bb57ae05e6c9bb884a144"
|
||||||
|
PLATFORM: "x86_64"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -186,6 +187,7 @@ jobs:
|
|||||||
source ../.github/actions/decrypt.sh ../.github/actions/creds.tar.gpg creds.tar
|
source ../.github/actions/decrypt.sh ../.github/actions/creds.tar.gpg creds.tar
|
||||||
export OAUTHFILE="oauth2.txt-gam-gha-${JID}"
|
export OAUTHFILE="oauth2.txt-gam-gha-${JID}"
|
||||||
export gam_user="gam-gha-${JID}@pdl.jaylee.us"
|
export gam_user="gam-gha-${JID}@pdl.jaylee.us"
|
||||||
|
echo "gam_user=${gam_user}" >> $GITHUB_ENV
|
||||||
$gam oauth info
|
$gam oauth info
|
||||||
$gam info domain
|
$gam info domain
|
||||||
$gam oauth refresh
|
$gam oauth refresh
|
||||||
@@ -199,7 +201,7 @@ jobs:
|
|||||||
export newresource=$newbase-resource
|
export newresource=$newbase-resource
|
||||||
export GAM_THREADS=5
|
export GAM_THREADS=5
|
||||||
echo email > sample.csv;
|
echo email > sample.csv;
|
||||||
for i in {01..20}; do
|
for i in {01..10}; do
|
||||||
echo "${newbase}-bulkuser-$i" >> sample.csv;
|
echo "${newbase}-bulkuser-$i" >> sample.csv;
|
||||||
done
|
done
|
||||||
$gam create user $newuser firstname Travis lastname $JID password random recoveryphone 12125121110 recoveryemail jay0lee@gmail.com travis.jid $JID
|
$gam create user $newuser firstname Travis lastname $JID password random recoveryphone 12125121110 recoveryemail jay0lee@gmail.com travis.jid $JID
|
||||||
|
|||||||
Reference in New Issue
Block a user