From 3801772cd1cdbe8f8dda36a13988bae55594190a Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Mon, 18 Sep 2023 19:04:40 +0530 Subject: [PATCH] fix: create access token with owner_user account --- integration/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/lib.sh b/integration/lib.sh index 1ec0a09..c357da8 100755 --- a/integration/lib.sh +++ b/integration/lib.sh @@ -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 \