Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6155608

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 parent19fcf85 commit6155608

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)

[8]ページ先頭

©2009-2025 Movatter.jp