Skip to content

Commit 482329a

Browse files
committed
test/test-pipeline-7
1 parent 023859b commit 482329a

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
@@ -48,6 +48,6 @@ jobs:
4848
- name: Push to GitHub Packages (Private)
4949
run: |
5050
dotnet nuget push ./nupkg/*.nupkg \
51-
--api-key ${{ secrets.GITHUB_TOKEN }} \
51+
--api-key ${{ secrets.CLIENT_LIBRARY_NUGET_AUTH_TOKEN }} \
5252
--source "https://nuget.pkg.github.com/AndDone-LLC/index.json" \
5353
--skip-duplicate

0 commit comments

Comments
 (0)