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

Skip to content

Commit 321ae7a

Browse files
authored
adjust secrets
1 parent a15f7c7 commit 321ae7a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/update.yml

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

127126
call-compendium:
128127
# Generate compendium after update is successful

0 commit comments

Comments
 (0)