mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
change order of oauth commands
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -620,12 +620,12 @@ jobs:
|
|||||||
$gam config customer_id "C03uzfv2s" save
|
$gam config customer_id "C03uzfv2s" save
|
||||||
$gam config domain "pdl.jaylee.us" save
|
$gam config domain "pdl.jaylee.us" save
|
||||||
$gam config admin_email "${gam_user}" save
|
$gam config admin_email "${gam_user}" save
|
||||||
|
$gam oauth info
|
||||||
|
$gam oauth refresh
|
||||||
$gam config enable_dasa true save
|
$gam config enable_dasa true save
|
||||||
$gam create signjwtserviceaccount
|
$gam create signjwtserviceaccount
|
||||||
$gam checkconn
|
$gam checkconn
|
||||||
$gam oauth info
|
|
||||||
$gam info domain
|
$gam info domain
|
||||||
$gam oauth refresh
|
|
||||||
$gam info user
|
$gam info user
|
||||||
export tstamp=$($PYTHON -c "import time; print(time.time_ns())")
|
export tstamp=$($PYTHON -c "import time; print(time.time_ns())")
|
||||||
export newbase="gha_test_${JID}_${tstamp}"
|
export newbase="gha_test_${JID}_${tstamp}"
|
||||||
|
|||||||
Reference in New Issue
Block a user