Skip to content

Commit 66206f4

Browse files
committed
get password in example from environment
Signed-off-by: Sven Schliesing <[email protected]>
1 parent d43cbab commit 66206f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/jiralert.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ defaults:
44
# API access fields.
55
api_url: https://jiralert.atlassian.net
66
user: jiralert
7-
password: 'JIRAlert'
7+
# get password from environment variable PASSWORD
8+
password: $(PASSWORD)
89
# Alternatively to user and password use a Personal Access Token
910
# personal_access_token: "Your Personal Access Token". See https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html
1011

0 commit comments

Comments
 (0)