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 d43cbab commit 66206f4Copy full SHA for 66206f4
examples/jiralert.yml
@@ -4,7 +4,8 @@ defaults:
4
# API access fields.
5
api_url: https://jiralert.atlassian.net
6
user: jiralert
7
- password: 'JIRAlert'
+ # get password from environment variable PASSWORD
8
+ password: $(PASSWORD)
9
# Alternatively to user and password use a Personal Access Token
10
# personal_access_token: "Your Personal Access Token". See https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html
11
0 commit comments