Skip to content

Commit

Permalink
Update nuget.config
Browse files Browse the repository at this point in the history
  • Loading branch information
monambike committed Feb 19, 2024
1 parent 498f652 commit 5aca9c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Monambike.Web/nuget.config
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="monambike" value="https://nuget.pkg.github.com/monambike/index.json" />
</packageSources>
<packageSources>
<add key="monambike" value="https://nuget.pkg.github.com/monambike/index.json" />
</packageSources>
<packageSourceCredentials>
<github>
<monambike>
<add key="Username" value="%GIT_USERNAME%" />
<add key="ClearTextPassword" value="%GIT_PACKAGES_TOKEN%" />
</github>
</monambike>
</packageSourceCredentials>
</configuration>

0 comments on commit 5aca9c4

Please sign in to comment.