We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a3384c commit 33bdef7Copy full SHA for 33bdef7
.github/workflows/dotnet-ci.yml
@@ -2,6 +2,9 @@ name: ".NET CI Template"
2
3
on:
4
workflow_call:
5
+ secrets:
6
+ MS_TEAMS_WEBHOOK:
7
+ required: true
8
inputs:
9
solution:
10
required: true
.github/workflows/master_nsf-backend-ga.yml
@@ -21,6 +21,8 @@ jobs:
21
with:
22
solution: "nsf-backend-util.sln"
23
test_project: "./Scharff.UnitTest/Scharff.UnitTest.csproj"
24
25
+ MS_TEAMS_WEBHOOK: ${{ secrets.MS_TEAMS_WEBHOOK }}
26
27
# -------------------------------
28
# 🔍 Análisis de seguridad
0 commit comments