Integrated: forge: use /app/installations/ endpoint for GitHub access tokens

Erik Helin ehelin at openjdk.java.net
Fri Jul 10 12:21:52 UTC 2020


On Fri, 10 Jul 2020 09:11:21 GMT, Erik Helin <ehelin at openjdk.org> wrote:

> Hi all,
> 
> please review this small patch that changes the REST endpoint for creating GitHub access tokens from
> `/installations/:installation_id/access_tokens` to `/app/installations/:installation_id/access_tokens`. GitHub
> [announced in
> April](https://developer.github.com/changes/2020-04-15-replacing-create-installation-access-token-endpoint/) that they
> are deprecating the `/installations/:installation_id/access_tokens` endpoint and that applications should migrate to
> the `/app/installations/:installation_id/access_tokens` endpoint which features identical semantics.  Thanks, Erik

This pull request has now been integrated.

Changeset: 17c058ed
Author:    Erik Helin <ehelin at openjdk.org>
URL:       https://git.openjdk.java.net/skara/commit/17c058ed
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

forge: use /app/installations/ endpoint for GitHub access tokens

Reviewed-by: jvernee

-------------

PR: https://git.openjdk.java.net/skara/pull/703


More information about the skara-dev mailing list