Skip to content

Commit

Permalink
Remove issue_template
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaiyarasiganeshalingam committed Dec 5, 2023
1 parent 2440a4b commit 7c3dbed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
7 changes: 7 additions & 0 deletions ballerina/tests/test.bal
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,16 @@
// specific language governing permissions and limitations
// under the License.

import ballerina/os;
import ballerina/log;
import ballerina/test;

configurable string clientId = os:getEnv("CLIENT_ID");
configurable string clientSecret = os:getEnv("CLIENT_SECRET");
configurable string refreshToken = os:getEnv("REFRESH_TOKEN");
configurable string refreshUrl = os:getEnv("REFRESH_URL");
configurable string workbookIdOrPath = os:getEnv("WORKBOOK_PATH");

ConnectionConfig configuration = {
auth: {
clientId: clientId,
Expand Down
18 changes: 0 additions & 18 deletions issue_template.md

This file was deleted.

0 comments on commit 7c3dbed

Please sign in to comment.