We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798fd78 commit 1e8aa6aCopy full SHA for 1e8aa6a
.github/workflows/codeql-analysis.yml
@@ -50,7 +50,10 @@ jobs:
50
uses: actions/setup-dotnet@v4.3.0
51
with:
52
dotnet-version: 8.0.406
53
-
+
54
+ - name: Setup nuget config
55
+ run: sed 's/GITHUB_TOKEN/${{ secrets.REGISTRY_TOKEN }}/g' .nuget.config > nuget.config
56
57
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
58
# If this step fails, then you should remove it and run the build manually (see below)
59
- name: Autobuild
0 commit comments