Skip to content

Commit d57be70

Browse files
authored
Update codeql.yml
1 parent ff17f98 commit d57be70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- name: Configure custom NuGet sources
6363
run: |
6464
dotnet nuget add source https://www.myget.org/F/emgprivate/auth/${{ secrets.EMG_PRIVATE_API_KEY }}/api/v3/index.json -n EMGPrivate
65+
dotnet nuget add source https://www.myget.org/F/emg/api/v3/index.json -n EMGPublic
6566
dotnet nuget list source
6667
6768
# Initializes the CodeQL tools for scanning.

0 commit comments

Comments
 (0)