Skip to content

Commit a755484

Browse files
octo-topichrc
authored andcommitted
Make JIRA notification email explicit
Document root environment variables
1 parent b1c2fcb commit a755484

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

sample.env

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# =========
2+
# NOTIFICATION
3+
# =========
4+
5+
# Email of JIRA account used to signal Pull request deployments to JIRA
6+
# presence: required
7+
#
8+
# If not present, the notification will fail.
9+
#
10+
# presence: required
11+
# type: email
12+
# default: none
13+
JIRA_NOTIFICATION_ACCOUNT_EMAIL
14+
15+
# Token of JIRA account used to signal Pull request deployments to JIRA
16+
#
17+
# If not present, the notification will fail.
18+
#
19+
# presence: required
20+
# type: Secret
21+
# default: none
22+
JIRA_NOTIFICATION_ACCOUNT_TOKEN

0 commit comments

Comments
 (0)