refactor: update Woodpecker CI Telegram notification configuration for improved security and message content.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Moh Dzulfikri Maulana
2026-03-10 10:10:56 +07:00
parent 20ac1da6e4
commit 0f2746fffd

View File

@@ -44,17 +44,18 @@ steps:
image: appleboy/drone-telegram
settings:
token:
from_secret: 8686730921:AAEtcvEAGFcJTobcoiy_FqAvq4mqCTZzOdM
from_secret: telegram_token
to:
from_secret: -1003898365147
from_secret: telegram_chat_id
thread_id: 8
format: html
message: >
<b>Deployment Success!</b>
<b>🚀 Deployment {{ build.status }}!</b>
<b>Project:</b> {{ repo.name }}
<b>Commit:</b> {{ commit.message }}
<b>Author:</b> {{ commit.author }}
<b>Status:</b> ✅ Finished
<b>Status:</b> {{ build.status }}
when:
branch: master
status: [ success, failure ]
- event: [push]
branch: master
status: [ success, failure ]