Skip to content

Commit

Permalink
Test with secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
JackEblan committed Jun 22, 2024
1 parent 74379b6 commit 0a918f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Send Telegram Message
uses: cbrgm/telegram-github-action@v1
with:
token: ${{ env.TELEGRAM_TOKEN }}
to: ${{ env.TELEGRAM_CHAT_ID }}
token: ${{ secrets.TELEGRAM_TOKEN }}
to: ${{ secrets.TELEGRAM_CHAT_ID }}
message: "New commit pushed to repository"

0 comments on commit 0a918f6

Please sign in to comment.