Skip to content

fix(sync): Support packages sourced from GitHub Packages instead of Azure DevOps#5

Merged
spbsoluble merged 1 commit into
mainfrom
fix/github-sourced-packages
Apr 15, 2026
Merged

fix(sync): Support packages sourced from GitHub Packages instead of Azure DevOps#5
spbsoluble merged 1 commit into
mainfrom
fix/github-sourced-packages

Conversation

@spbsoluble
Copy link
Copy Markdown
Collaborator

Summary

  • Adds an optional source field to packages.yml entries (azdo default, github for GitHub-hosted packages)
  • Packages with source: github are downloaded from the Keyfactor GitHub Packages registry via GH_NUGET_TOKEN instead of the Azure DevOps feed
  • upgrade command now skips non-azdo packages since it queries the AzDO feed
  • Marks Keyfactor.Extensions.Pam.Utilities with source: github (published from github.com/Keyfactor/keyfactor-utilities-pam), fixing the failing sync action

Test plan

  • Verify the Sync NuGet Packages workflow completes without failures after merge
  • Confirm Keyfactor.Extensions.Pam.Utilities versions are present in GitHub Packages
  • Run upgrade packages.yml locally and confirm Keyfactor.Extensions.Pam.Utilities is skipped with a source: github message

…zure DevOps

Adds an optional `source` field to packages.yml entries. Packages with
`source: github` are downloaded from the Keyfactor GitHub Packages registry
(using GH_NUGET_TOKEN) rather than the Azure DevOps feed. The `upgrade`
command skips non-azdo packages since it queries the AzDO feed.

Marks Keyfactor.Extensions.Pam.Utilities with source: github as it is
published from github.com/Keyfactor/keyfactor-utilities-pam, not Azure DevOps.
@spbsoluble spbsoluble merged commit 89ec901 into main Apr 15, 2026
1 check passed
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 1.7.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant