We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023859b commit 482329aCopy full SHA for 482329a
1 file changed
.github/workflows/publish-develop.yml
@@ -48,6 +48,6 @@ jobs:
48
- name: Push to GitHub Packages (Private)
49
run: |
50
dotnet nuget push ./nupkg/*.nupkg \
51
- --api-key ${{ secrets.GITHUB_TOKEN }} \
+ --api-key ${{ secrets.CLIENT_LIBRARY_NUGET_AUTH_TOKEN }} \
52
--source "https://nuget.pkg.github.com/AndDone-LLC/index.json" \
53
--skip-duplicate
0 commit comments