Skip to content

Commit 7b5553f

Browse files
Merge pull request #12 from UnschooledGamer/UnschooledGamer-patch-1-1
Add Telegram bot secrets to nightly-build.yml
1 parent 6304f5a commit 7b5553f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nightly-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,3 +283,6 @@
283283
body: ${{ needs.build.outputs.RELEASE_NOTES }}
284284
secrets:
285285
DISCORD_WEBHOOK_RELEASE_NOTES: ${{ secrets.DISCORD_WEBHOOK_RELEASE_NOTES }}
286+
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
287+
TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
288+
TELEGRAM_MESSAGE_THREAD_ID: ${{ secrets.TELEGRAM_MESSAGE_THREAD_ID }}

0 commit comments

Comments
 (0)