Skip to content

Commit

Permalink
Fix TG props mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Bardin08 committed May 9, 2024
1 parent 8faebbc commit bcf1155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:

GitHub.PatToken: ${{ secrets.GH_PAT }}

TELEGRAM.BotToken: ${{ secrets.TELEGRAM_BOT_TOKEN }}
TELEGRAM.ChannelId: ${{ secrets.TELEGRAM_CHANNEL_ID }}
Telegram.BotToken: ${{ secrets.TELEGRAM_BOT_TOKEN }}
Telegram.ChannelId: ${{ secrets.TELEGRAM_CHANNEL_ID }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit bcf1155

Please sign in to comment.