Skip to content

Commit

Permalink
Update Security Alerts GHA (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
bchen528 authored Oct 15, 2024
1 parent d3aa4bf commit 8c0d24d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/push_dependabot_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Send data to Security Alerts
on:
workflow_dispatch:
schedule:
- cron: '0 10 * * *'
- cron: '0 22 * * *'

jobs:
send-alerts:
Expand All @@ -22,13 +22,11 @@ jobs:
with:
repository: heroku/security-alerts-action
token: ${{ steps.app-token.outputs.token }}
ref: for-public-repos-only
ref: public

- name: Send data to Security Alerts
uses: ./
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 }}
gh-app-token: ${{ steps.app-token.outputs.token }}

0 comments on commit 8c0d24d

Please sign in to comment.