Skip to content

Send data to Security Alerts #5

Send data to Security Alerts

Send data to Security Alerts #5

name: Send data to Security Alerts
on:
workflow_dispatch:
schedule:
- cron: '0 10 * * *'
jobs:
send-alerts:
runs-on: pub-hk-ubuntu-24.04-ip
steps:
- name: Send data to Security Alerts
uses: heroku/security-alerts-action@main
with:
gh-app-id: ${{ secrets.SECURITY_ALERTS_GH_APP_ID }}
gh-app-privkey: ${{ secrets.SECURITY_ALERTS_GH_APP_PRIVKEY }}
webhook-url: ${{ secrets.SECURITY_ALERTS_WEBHOOK_URL }}
sa-token: ${{ secrets.SECURITY_ALERTS_TOKEN }}