Skip to content

Commit f3e02da

Browse files
committed
ci: move TELEGRAM_CHAT_ID to secrets
1 parent dc15a13 commit f3e02da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/new-event-notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
uses: sehat1137/telegram-notifier@5d130037eb80a33251f3afe8bc56447236acab77 # v 1.3.0
2121
with:
2222
tg-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
23-
tg-chat-id: ${{ vars.TELEGRAM_CHAT_ID }}
23+
tg-chat-id: ${{ secrets.TELEGRAM_CHAT_ID }}
2424
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)