Skip to content

Commit dcdb8d5

Browse files
authored
Update README.md
1 parent 479a9d0 commit dcdb8d5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,14 @@ 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+
```bash
146147
# Recommended: Use a secure credential manager or encrypted .env file
147148
# Store these credentials in an encrypted .env file, not in your shell profile
148149
export JIRA_API_TOKEN="your-token"
149150
export JIRA_SUBDOMAIN="acme" # for
150151
export JIRA_EMAIL_ADDRESS="you@example.com"
151152
export JIRA_EMAIL_ADDRESS="you@example.com"
152-
```
153+
```
153154

154155
Add these to your shell profile or `.env` file so `git-ninja` can authenticate with JIRA.
155156

0 commit comments

Comments
 (0)