mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
chore(ci): add telegram secrets to release
This commit is contained in:
parent
bf81cdd763
commit
3a98821ecc
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user