Generating SBOMs in NuGet packages with Microsoft.Sbom.Targets How to use the Microsoft.SBOM.Targets NuGet package to produce a Software Bill of Materials (SBOM) during your release builds.
Publishing NuGet packages from a Github Action without secrets This guide will walk you through using a combination of GitHub actions and NuGet publishing policies to push packages to nuget.org from within an action without needing to worry about API keys.
.NET code & nupkg signing in GitHub Actions This guide will walk you through using a combination of GitHub actions and Entra managed identities to enable signing code and NuGet packages from within an action without needing to worry about access tokens.