Skip to content

Commit 023859b

Browse files
committed
test/test-pipeline-6
1 parent 0bf2411 commit 023859b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
dotnet nuget remove source githubanddone --configfile src/AndDoneSecureClientLibrary/nuget.config
2828
dotnet nuget add source \
2929
--username ${{ github.repository_owner }} \
30-
--password ${{ secrets.GITHUB_TOKEN }} \
30+
--password ${{ secrets.CLIENT_LIBRARY_NUGET_AUTH_TOKEN }} \
3131
--store-password-in-clear-text \
3232
--name githubanddone \
3333
--configfile src/AndDoneSecureClientLibrary/nuget.config \

0 commit comments

Comments
 (0)