chore: remove GitHub Actions workflows, use Woodpecker CI exclusively

This commit is contained in:
张翔
2026-03-10 13:10:11 +08:00
parent 0a1adfc2a2
commit e8dffa4f05
82 changed files with 19565 additions and 101 deletions
+6 -6
View File
@@ -21,31 +21,31 @@ route:
receivers:
- name: 'default'
email_configs:
- to: 'admin@novalon.cn'
- to: 'ops@novalon.cn'
from: 'alertmanager@novalon.cn'
smarthost: 'smtp.resend.com:587'
auth_username: 'resend'
auth_password: 're_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
auth_password: 're_72PzbVrr_DiwTnB1ZDT7TyqCsgLoAfKfU'
require_tls: true
- name: 'critical-alerts'
email_configs:
- to: 'admin@novalon.cn,ops@novalon.cn'
- to: 'ops@novalon.cn'
from: 'alertmanager@novalon.cn'
smarthost: 'smtp.resend.com:587'
auth_username: 'resend'
auth_password: 're_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
auth_password: 're_72PzbVrr_DiwTnB1ZDT7TyqCsgLoAfKfU'
require_tls: true
headers:
Subject: '🚨 CRITICAL: Novalon Website Alert'
- name: 'warning-alerts'
email_configs:
- to: 'dev@novalon.cn'
- to: 'ops@novalon.cn'
from: 'alertmanager@novalon.cn'
smarthost: 'smtp.resend.com:587'
auth_username: 'resend'
auth_password: 're_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
auth_password: 're_72PzbVrr_DiwTnB1ZDT7TyqCsgLoAfKfU'
require_tls: true
headers:
Subject: '⚠️ WARNING: Novalon Website Alert'