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 cf4bad5 commit fa21b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Monambike.Web/nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</packageSources>
<packageSourceCredentials>
<github>
<add key="Username" value="$GIT_USERNAME" />
<add key="ClearTextPassword" value="$GIT_PACKAGES_TOKEN" />
<add key="Username" value="%GIT_USERNAME%" />
<add key="ClearTextPassword" value="%GIT_PACKAGES_TOKEN%" />
</github>
</packageSourceCredentials>
</configuration>

0 comments on commit fa21b4a

Please sign in to comment.