1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00

Fixed param name in send-to-telegram.

This commit is contained in:
Daniel Noguerol 2020-05-26 17:30:15 +02:00 committed by tekton-robot
parent 0716880b5d
commit 80d9d4cb9b

View File

@ -25,7 +25,7 @@ spec:
- name: BOT_TOKEN
valueFrom:
secretKeyRef:
name: $(params.token-secret)
name: $(params.bot-token-secret)
key: token
- name: CHAT_ID
value: $(params.chat-id)