Skip to content

Commit f291bf8

Browse files
authored
Update INSTALLER.md
1 parent f551fe2 commit f291bf8

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

installer_instructions/INSTALLER.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -44,33 +44,3 @@ The release action will generate all the assets required as well as the release-
4444
2. Set inputs for the release
4545

4646
![](inputs-release.png)
47-
48-
### Telegram Release Notifications
49-
50-
DAppNode can automatically send Telegram notifications when new releases are created. This requires setting up the following repository secrets:
51-
52-
#### Setup Instructions
53-
54-
1. **Create a Telegram Bot**:
55-
- Message `@BotFather` on Telegram
56-
- Use `/newbot` command and follow the instructions
57-
- Save the bot token (format: `123456789:ABCdefGHIjklMNOpqrsTUVwxyz`)
58-
59-
2. **Get the Chat ID**:
60-
- Add your bot to the desired chat/channel
61-
- Send a message to the chat
62-
- Visit `https://api.telegram.org/bot<YourBotToken>/getUpdates`
63-
- Find the `chat.id` in the response
64-
65-
3. **Configure Repository Secrets**:
66-
- Go to repository Settings → Secrets and variables → Actions
67-
- Add the following secrets:
68-
- `TELEGRAM_BOT_TOKEN`: Your bot token from BotFather
69-
- `TELEGRAM_CHAT_ID`: The chat ID where notifications should be sent
70-
71-
#### Message Format
72-
73-
The notification message includes:
74-
- Release version
75-
- Direct link to the GitHub release page
76-
- Formatted message with emojis and hashtags for easy identification

0 commit comments

Comments
 (0)