ghinstallation icon indicating copy to clipboard operation
ghinstallation copied to clipboard

HTTP Round Tripper for GitHub Apps - Authenticate as an Installation Workflow

Results 24 ghinstallation issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.8 to 0.5.9. Release notes Sourced from github.com/google/go-cmp's releases. v0.5.9 Reporter changes: (#299) Adjust heuristic for line-based versus byte-based diffing (#306) Use value.TypeString in PathStep.String Code cleanup...

dependencies

updates dependencies to v58 and move ioutils to os.

Hi, I'm trying to use ghinstallation but I m facing a issue with token auth. 2024/01/18 21:17:55 Get "https://api.github.com/orgs/my-organization/teams": could not refresh installation id 47247922's token: received non 2xx response...

The current sign interface has the single `Sign` method: ```go Sign(claims jwt.Claims) (string, error) ``` When implementing an AWS KMS signer, the lack of the context means the remote operation...

On May 1st, [GitHub added support for retrieval of installation tokens using client ID][1] rather than application ID. It would be great to see this supported by this module! [1]:...

Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.6 to 4.1.7 Release notes Sourced from actions/checkout's releases. v4.1.7 What's Changed Bump the minor-npm-dependencies group across 1 directory...

dependencies
github_actions

Very early prototype as spitballing possible API changes. Currently not liking the amount of deprecation left behind, but it may be unavoidable. `WithSigner` is not supported: `WithSignerContext` from #119 would...

Adds the `SignWithContext` interface that allows implementations that use I/O (e.g. calls to a remote KMS) to use the context of the current request, allowing it to participate in cancellation/timeout...

GitHub [recently announced][announce] changes to JWT creation for apps, such that the App ClientID is now preferred over the AppID. In order to support this, I suggest extending the `WithOptions`...