Support GitHub App authentication for GitHubPackagesContext #2341
canatestheta
started this conversation in
Ideas
Replies: 1 comment
|
We would like to support that but I don't believe GitHub allows it at the moment unfortunately. See |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Idea Description
Hi all,
Would it be possible to allow the token value inside the GitHubPackagesContext secret to be GitHub App credentials (Client ID + private key) — the same compressed-JSON form already supported for GhTokenWorkflow and already handled generically by GetAccessToken in Github-Helper.psm1?
Today, delivery to GitHub Packages requires a Personal Access Token. However organizations like mine who disables PATs by policy cannot use this delivery target at all.
Thx!
Contribution (Optional)
All reactions