Skip to content

Commit f926297

Browse files
committed
FIX2
1 parent 9d271f6 commit f926297

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
shell: bash
6868

6969
- 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
70+
run: dotnet nuget push nuget-packages/*.nupkg --skip-duplicate --no-symbols -s "github" --api-key "${{ secrets.GITHUB_TOKEN }}"
7171
shell: bash
7272

7373
- uses: actions/github-script@v6.4.1

0 commit comments

Comments
 (0)