send dependabot alerts to teams #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Send Dependabot Alerts to Teams | ||
on: | ||
pull_request: # tempoary to test the workflow | ||
branches: | ||
- main | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- main | ||
schedule: | ||
- cron: "8 15 * * *" | ||
jobs: | ||
send-alerts-to-teams: | ||
name: Send Dependabot Alerts to Teams | ||
uses: Azure-Samples/send-dependabot-alerts-to-teams/.github/workflows/reusable-workflow.yml@main | ||
Check failure on line 17 in .github/workflows/send_dependabot_alerts_to_teams.yml GitHub Actions / .github/workflows/send_dependabot_alerts_to_teams.ymlInvalid workflow file
|
||
secrets: inherit |