Skip to content

Commit 33bdef7

Browse files
author
Alfredo Tornero
committed
2810-03
1 parent 4a3384c commit 33bdef7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/dotnet-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: ".NET CI Template"
22

33
on:
44
workflow_call:
5+
secrets:
6+
MS_TEAMS_WEBHOOK:
7+
required: true
58
inputs:
69
solution:
710
required: true

.github/workflows/master_nsf-backend-ga.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
with:
2222
solution: "nsf-backend-util.sln"
2323
test_project: "./Scharff.UnitTest/Scharff.UnitTest.csproj"
24+
secrets:
25+
MS_TEAMS_WEBHOOK: ${{ secrets.MS_TEAMS_WEBHOOK }}
2426

2527
# -------------------------------
2628
# 🔍 Análisis de seguridad

0 commit comments

Comments
 (0)