Skip to content

Commit ba7244d

Browse files
authored
Merge pull request #84 from rainersigwald/repo-push-secret
use dedicated push secret for publishing NuGet package
2 parents 8a37b19 + a2b067b commit ba7244d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- name: Release
2626
run: dotnet build --configuration release
2727
- name: Publish
28-
run: dotnet nuget push "Microsoft.NET.Build.Containers/bin/Release/Microsoft.NET.Build.Containers.*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source "https://nuget.pkg.github.com/rainersigwald/index.json"
28+
run: dotnet nuget push "Microsoft.NET.Build.Containers/bin/Release/Microsoft.NET.Build.Containers.*.nupkg" --api-key ${{ secrets.FEED_UPLOAD_TOKEN }} --source "https://nuget.pkg.github.com/rainersigwald/index.json"

0 commit comments

Comments
 (0)