Skip to content

Commit

Permalink
Merge branch 'master' into discord
Browse files Browse the repository at this point in the history
  • Loading branch information
bensontrinh authored Jan 11, 2024
2 parents 6105aac + 1f4ccf7 commit c42484c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/config.sample.edn
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
:token ""},
:mail {:from "", :bcc "", :host "", :user "", :pass ""},
:alphavantage {:key ""}
:pagerduty {:token ""}
:jira {:default {:project {:key "Optional"}, :issue {:type {:id "3"}}},
:user "",
:projects [{:default {:version {:id "42"}}, :key "FOO"}],
Expand Down
2 changes: 2 additions & 0 deletions config/profiles.sample.clj
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@
;; WORK
;;

:yetibot-pagerduty-token ""

:yetibot-github-token ""
:yetibot-github-org-0 ""
:yetibot-github-org-1 ""
Expand Down
2 changes: 2 additions & 0 deletions config/sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ YETIBOT_URL="http://localhost:3000"
# WORK
#

YETIBOT_PAGERDUTY_TOKEN=""

YETIBOT_GITHUB_TOKEN=""
YETIBOT_GITHUB_ORG_0=""
YETIBOT_GITHUB_ORG_1=""
Expand Down

0 comments on commit c42484c

Please sign in to comment.