Skip to content

Commit 33bb4c3

Browse files
authored
Update update.yml
1 parent f4bae8c commit 33bb4c3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,9 @@ jobs:
119119
name: Call
120120
needs: [update-translations]
121121
uses: ./.github/workflows/build.yml@3.10
122-
with:
123-
TELEGRAM_TO: ${{ secrets.TELEGRAM_TO }}
124-
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
125122

126123
call-compendium:
127124
# Generate compendium after update is successful
128125
name: Call
129126
needs: [update-translations]
130-
uses: rffontenelle/python-docs-pt-br/.github/workflows/compendium.yml@3.10
127+
uses: ./.github/workflows/compendium.yml@3.10

0 commit comments

Comments
 (0)