Skip to content

Commit 220b02d

Browse files
committed
Fixed not passing secrets to workflow
1 parent 5170a0d commit 220b02d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ jobs:
1313
uses: programie/Workflows/.github/workflows/package-zip-release.yml@main
1414
with:
1515
files: telegram2elastic.py output config.sample.yml requirements.txt
16-
artifact_name: Telegram2Elastic.zip
16+
artifact_name: Telegram2Elastic.zip
17+
secrets: inherit

0 commit comments

Comments
 (0)