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

Skip to content

Commit 5293348

Browse files
authored
add required secrets to call
1 parent e86dedb commit 5293348

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: Build
33
on:
44
workflow_dispatch:
55
workflow_call:
6+
secrets:
7+
TELEGRAM_TO:
8+
required: true
9+
TELEGRAM_TOKEN:
10+
required: true
611
push:
712
paths:
813
- '.github/workflows/build.yml'

0 commit comments

Comments
 (0)