Skip to content

Commit

Permalink
Fix TG props mapping (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bardin08 authored May 9, 2024
2 parents 3e6b494 + bcf1155 commit bc6857b
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 bc6857b

Please sign in to comment.