fix: create access token with owner_user account
This commit is contained in:
parent
595034b87b
commit
3801772cd1
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ init_users_repo() {
|
|||
|
||||
python -m integration \
|
||||
forgejo create_access_token \
|
||||
$FORGEJO_TESTUSER_USERNAME $FORGEJO_TESTUSER_PASSWORD \
|
||||
$FORGEJO_USER1_USERNAME $FORGEJO_USER1_PASSWORD \
|
||||
$FORGEJO_USER1_EMAIL \
|
||||
$FORGEJO_URL \
|
||||
$FORGEJO_USER1_ACCESS_TOKEN_NAME \
|
||||
|
|
Loading…
Reference in a new issue