We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c9730 commit e636f45Copy full SHA for e636f45
1 file changed
README.md
@@ -67,7 +67,7 @@ copy .env.example file to .env on your project root.
67
```sh
68
JIRAAPI_V3_HOST='https://your-jira.atlassian.net'
69
JIRAAPI_V3_USER='jira-username'
70
-PERSONAL_ACCESS_TOKEN='your-access-token-here'
+JIRAAPI_V3_PERSONAL_ACCESS_TOKEN='your-access-token-here'
71
## to enable session cookie authorization
72
# JIRAAPI_V3_COOKIE_AUTH_ENABLED=true
73
# JIRAAPI_V3_COOKIE_FILE=storage/jira-cookie.txt
0 commit comments