Skip to content

Commit 27924ef

Browse files
committed
Fix tg tokens in workflow
1 parent 71e7e8c commit 27924ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
env:
3030
FASTLANE_USER: ${{ secrets.FASTLANE_USER }}
3131
FASTLANE_TEAM_ID: ${{ secrets.FASTLANE_TEAM_ID }}
32-
TG_BOT_TOKEN: ${{ secrets.FASTLANE_TEAM_ID }}
33-
TG_CHAT_ID: ${{ secrets.FASTLANE_TEAM_ID }}
32+
TG_BOT_TOKEN: ${{ secrets.TG_BOT_TOKEN }}
33+
TG_CHAT_ID: ${{ secrets.TG_CHAT_ID }}

0 commit comments

Comments
 (0)