From e9b6c1b779a47ceb1f3b5ff167b6506da000864d Mon Sep 17 00:00:00 2001 From: "Shane F. Carr" Date: Mon, 30 Mar 2020 21:24:39 -0500 Subject: [PATCH] ICU-20979 Fixing instructions in commit report tool --- tools/commit-checker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/commit-checker/README.md b/tools/commit-checker/README.md index 3acd526def7..bb9e44d8d19 100644 --- a/tools/commit-checker/README.md +++ b/tools/commit-checker/README.md @@ -21,7 +21,7 @@ Install this project's dependencies locally: Optional: save your Jira credentials in a `.env` file in this directory: - JIRA_USERNAME=hello + JIRA_USERNAME=hello@example.com JIRA_PASSWORD=world This is required if you want to process sensitive tickets. Note: JIRA_PASSWORD needs to be an API Token generated according to the following instructions: