Skip to content

Commit

Permalink
get password in example from environment
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Schliesing <s.schliesing@ndr.de>
  • Loading branch information
muffl0n committed May 29, 2024
1 parent d43cbab commit 66206f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/jiralert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ defaults:
# API access fields.
api_url: https://jiralert.atlassian.net
user: jiralert
password: 'JIRAlert'
# get password from environment variable PASSWORD
password: $(PASSWORD)
# Alternatively to user and password use a Personal Access Token
# personal_access_token: "Your Personal Access Token". See https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html

Expand Down

0 comments on commit 66206f4

Please sign in to comment.