This commit is contained in:
@@ -30,3 +30,12 @@ jobs:
|
||||
run: buf lint
|
||||
- name: Build
|
||||
run: buf build
|
||||
- name: Notify Telegram
|
||||
if: always()
|
||||
uses: ./.gitea/actions/notify-telegram
|
||||
with:
|
||||
bot_token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
||||
chat_id: ${{ secrets.TELEGRAM_CHAT_ID }}
|
||||
status: ${{ job.status }}
|
||||
repository: ${{ gitea.repository }}
|
||||
sha: ${{ gitea.sha }}
|
||||
|
||||
Reference in New Issue
Block a user