Created
September 30, 2021 05:50
-
-
Save timheuer/28d5124e9e805eb65da4e215962f5e5a to your computer and use it in GitHub Desktop.
nuget auth
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Setup auth feed | |
run: dotnet nuget add source https://nuget.telerik.com/nuget -n Telerik -u ${{ secrets.AUTH_FEED_USER }} -p ${{ secrets.AUTH_FEED_PWD }} --store-password-in-clear-text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment