We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6443b5f commit 29af265Copy full SHA for 29af265
1 file changed
README.md
@@ -143,11 +143,11 @@ The `branch:recent` command can be run with the `--jira` flag to refine the orde
143
- Visit <https://id.atlassian.com/manage-profile/security/api-tokens>.
144
- Click **Create API token** and copy the generated value.
145
146
-2. **Export the required environment variables**
147
-
148
- ```bash
+ # Recommended: Use a secure credential manager or encrypted .env file
+ # Store these credentials in an encrypted .env file, not in your shell profile
149
export JIRA_API_TOKEN="your-token"
150
- export JIRA_SUBDOMAIN="acme" # for https://acme.atlassian.net
+ export JIRA_SUBDOMAIN="acme" # for
+ export JIRA_EMAIL_ADDRESS="you@example.com"
151
export JIRA_EMAIL_ADDRESS="you@example.com"
152
```
153
0 commit comments