diff --git a/.github/workflows/push_dependabot_metadata.yml b/.github/workflows/push_dependabot_metadata.yml deleted file mode 100644 index 260738b..0000000 --- a/.github/workflows/push_dependabot_metadata.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Send data to Security Alerts - -on: - workflow_dispatch: - schedule: - - cron: '0 16 * * *' - -jobs: - send-alerts: - runs-on: ubuntu-latest - steps: - - name: Send data to Security Alerts - uses: heroku/security-alerts-action@stable - 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 }}