Skip to content

Commit 29af265

Browse files
Apply suggestion from @Amazon-Q-Developer[bot]
Co-authored-by: amazon-q-developer[bot] <208079219+amazon-q-developer[bot]@users.noreply.github.com>
1 parent 6443b5f commit 29af265

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ The `branch:recent` command can be run with the `--jira` flag to refine the orde
143143
- Visit <https://id.atlassian.com/manage-profile/security/api-tokens>.
144144
- Click **Create API token** and copy the generated value.
145145

146-
2. **Export the required environment variables**
147-
148-
```bash
146+
# Recommended: Use a secure credential manager or encrypted .env file
147+
# Store these credentials in an encrypted .env file, not in your shell profile
149148
export JIRA_API_TOKEN="your-token"
150-
export JIRA_SUBDOMAIN="acme" # for https://acme.atlassian.net
149+
export JIRA_SUBDOMAIN="acme" # for
150+
export JIRA_EMAIL_ADDRESS="you@example.com"
151151
export JIRA_EMAIL_ADDRESS="you@example.com"
152152
```
153153

0 commit comments

Comments
 (0)