Skip to content

Commit

Permalink
chore(ci): add telegram secrets to release
Browse files Browse the repository at this point in the history
  • Loading branch information
cameri committed Nov 6, 2022
1 parent 2929119 commit 7314b79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ jobs:
runs-on: ubuntu-latest
needs: [test-integrations-and-cover]
if: github.ref == 'refs/heads/main'
env:
TELEGRAM_BOT_ID: ${{ secrets.TELEGRAM_BOT_ID }}
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 7314b79

Please sign in to comment.