Skip to content

Commit f4bae8c

Browse files
authored
pass secrets
1 parent 5293348 commit f4bae8c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/update.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,10 @@ jobs:
118118
# Build documentation after update is successful
119119
name: Call
120120
needs: [update-translations]
121-
uses: rffontenelle/python-docs-pt-br/.github/workflows/[email protected]
122-
121+
uses: ./.github/workflows/[email protected]
122+
with:
123+
TELEGRAM_TO: ${{ secrets.TELEGRAM_TO }}
124+
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
123125

124126
call-compendium:
125127
# Generate compendium after update is successful

0 commit comments

Comments
 (0)