From b17efdbc0b7cb679d1bc89c222013a3c198a27e9 Mon Sep 17 00:00:00 2001 From: Azeem Muzammil Date: Mon, 18 Dec 2023 11:32:30 +0530 Subject: [PATCH] Update environment variables for tests --- ballerina/tests/test.bal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ballerina/tests/test.bal b/ballerina/tests/test.bal index a6034d0..1f021e6 100644 --- a/ballerina/tests/test.bal +++ b/ballerina/tests/test.bal @@ -23,10 +23,10 @@ import ballerina/mime; import ballerina/lang.runtime; configurable string testOrganizationName = os:getEnv("ORG_NAME"); -configurable string testUserRepositoryName = os:getEnv("USER_REPO_NAME"); +configurable string testUserRepositoryName = os:getEnv("REPO_NAME"); configurable string testResourcePath = os:getEnv("RESOURCE_PATH"); -configurable string testIssueAssignee = os:getEnv("ISSUE_ASSIGNEE"); -configurable string testUsername = os:getEnv("GITHUB_USERNAME"); +configurable string testIssueAssignee = os:getEnv("ASSIGNEE"); +configurable string testUsername = os:getEnv("USERNAME"); configurable string authToken = os:getEnv("ACCESS_TOKEN"); configurable string testTopicName = "language"; configurable string testGistName = "5a648dc78fd2d402ec484e2663282e6f";