Skip to content

Commit 29885eb

Browse files
committed
hacking: fix matrix webhook env var
See #55 (comment)
1 parent 9307942 commit 29885eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HACKING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Create the maubot authentication secret (available in BitWarden under `CoreOS CI
100100
MATRIX_BOT_TOKEN=auth_token
101101
MATRIX_BOT_WEBHOOK_URL=url
102102
oc create secret generic matrix-bot-webhook-token \
103-
--from-literal=username=${MATRIX_BOT_WEBHOOK} \
103+
--from-literal=username=${MATRIX_BOT_WEBHOOK_URL} \
104104
--from-literal=password=${MATRIX_BOT_TOKEN}
105105
oc label secret/matrix-bot-webhook-token \
106106
jenkins.io/credentials-type=usernamePassword

0 commit comments

Comments
 (0)