Skip to content

Commit d25b50d

Browse files
committed
fixup! fixup! jira
wip
1 parent 979c7ed commit d25b50d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/jira/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ projects:
1111
- name: "jira"
1212
type: "python"
1313
parameters:
14-
url: "https://your-domain.atlassian.net"
15-
username: "your-email@example.com"
16-
password: "your-api-token"
14+
url: "${JIRA_URL}"
15+
username: "${JIRA_USERNAME}"
16+
password: "${JIRA_API_TOKEN}"
1717

0 commit comments

Comments
 (0)