We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c41fc commit e3e1805Copy full SHA for e3e1805
.github/workflows/send_dependabot_alerts_to_teams.yml
@@ -14,16 +14,5 @@ on:
14
jobs:
15
send-alerts-to-teams:
16
name: Send Dependabot Alerts to Teams
17
- runs-on: ubuntu-latest
18
-
19
- permissions:
20
- contents: read
21
- security-events: read
22
23
- steps:
24
- - name: Fetch alerts & send to teams
25
- id: send-alerts
26
- uses: Azure-Samples/send-dependabot-alerts-to-teams@main
27
- with:
28
- teams-webhook-url: ${{ secrets.TEAMS_WEBHOOK_URL }}
29
- token: ${{ secrets.LIST_ALERTS_PAT }}
+ uses: Azure-Samples/send-dependabot-alerts-to-teams/.github/workflows/reusable-workflow.yml@main
+ secrets: inherit
0 commit comments