Skip to content

Commit baa6738

Browse files
chore(nuget): better github secrets names
1 parent e37387c commit baa6738

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

installation/nuget.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,11 @@ jobs:
180180
runs-on: windows-latest
181181

182182
env:
183-
TELERIK_USERNAME: ${ { secrets.TELERIK_USERNAME } } # remove the space between the brackets
184-
TELERIK_PASSWORD: ${ { secrets.TELERIK_PASSWORD } } # remove the space between the brackets
183+
TELERIK_USERNAME: ${ { secrets.MyTelerikAccountUsername } } # remove the space between the brackets
184+
TELERIK_PASSWORD: ${ { secrets.MyTelerikAccountPassword } } # remove the space between the brackets
185+
186+
187+
185188
````
186189

187190
Then, read them as such in the `nuget.config` file, for example:

0 commit comments

Comments
 (0)