Skip to content

Commit ba23c04

Browse files
authored
Update wfnetcorev2.yaml
1 parent ce37213 commit ba23c04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wfnetcorev2.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ env:
1616
GITHUB_FEED: https://nuget.pkg.github.com/shaprcode-it/
1717
GITHUB_USER: iscifoni
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
PERSONAL_TOKEN: ${{ secrets.PACKAGESTOKEN }}
1920
# Official NuGet Feed settings
2021
NUGET_FEED: https://api.nuget.org/v3/index.json
2122
NUGET_KEY: ${{ secrets.NUGET_TOKEN }}
@@ -92,7 +93,7 @@ jobs:
9293
- name: List sources
9394
run: dotnet --info
9495
- name: Publish the package to GitHub
95-
run: dotnet nuget push "*.nupkg" --source "github" --api-key ${{ secrets.GITHUB_TOKEN }}
96+
run: dotnet nuget push "*.nupkg" --source "github" --api-key $PERSONAL_TOKEN
9697
deploy:
9798
needs: build
9899
if: github.event_name == 'release' && startsWith(github.ref, 'refs/heads/v')

0 commit comments

Comments
 (0)