We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d271f6 commit f926297Copy full SHA for f926297
1 file changed
.github/workflows/pack.yml
@@ -67,7 +67,7 @@ jobs:
67
shell: bash
68
69
- name: Push to GitHub Packages
70
- run: dotnet nuget push nuget-packages/*.nupkg --skip-duplicate --no-symbols -s "github" --api-key "${{ secrets.PERSONAL_ACCESS_TOKEN }}" --store-password-in-clear-text
+ run: dotnet nuget push nuget-packages/*.nupkg --skip-duplicate --no-symbols -s "github" --api-key "${{ secrets.GITHUB_TOKEN }}"
71
72
73
- uses: actions/github-script@v6.4.1
0 commit comments