We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf2411 commit 023859bCopy full SHA for 023859b
1 file changed
.github/workflows/publish-develop.yml
@@ -27,7 +27,7 @@ jobs:
27
dotnet nuget remove source githubanddone --configfile src/AndDoneSecureClientLibrary/nuget.config
28
dotnet nuget add source \
29
--username ${{ github.repository_owner }} \
30
- --password ${{ secrets.GITHUB_TOKEN }} \
+ --password ${{ secrets.CLIENT_LIBRARY_NUGET_AUTH_TOKEN }} \
31
--store-password-in-clear-text \
32
--name githubanddone \
33
--configfile src/AndDoneSecureClientLibrary/nuget.config \
0 commit comments