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 97fc51f commit 8b1dd6bCopy full SHA for 8b1dd6b
.github/workflows/gitleaks.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install the report tool packages
24
if: steps.gitleaks.outcome != 'success'
25
run: |
26
- nuget install "Syncfusion.Email" -source ${{ secrets.NexusFeedLink }} -ExcludeVersion
+ nuget install "Syncfusion.Email" -source https://nexus.syncfusioninternal.com/repository/nuget-hosted/ -ExcludeVersion
27
echo " Package Installed"
28
dir $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1
29
dotnet $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1/GitleaksReportMail.dll ${{ secrets.CITEAMCREDENTIALS }} "$GITHUB_REF_NAME" ${{ secrets.NETWORKCREDENTIALS }} ${{ secrets.NETWORKKEY }} "$GITHUB_WORKSPACE" ${{ secrets.ORGANIZATIONNAME }}
0 commit comments