Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6155608

Browse files
authored
Allow TX_TOKEN to be empty in check.yml
This should allow dependabot to run, without pulling translations and without send Telegram messages
1 parent 19fcf85 commit 6155608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ on:
2626
secrets:
2727
TELEGRAM_TOKEN:
2828
description: "Token required for interacting with Telegram API"
29-
required: true
29+
required: false
3030
TELEGRAM_TO:
3131
description: "Account ID that will receive the telegram notification"
32-
required: true
32+
required: false
3333

3434
permissions:
3535
contents: read

0 commit comments

Comments
 (0)