RFR: forge: use /app/installations/ endpoint for GitHub access tokens
Jorn Vernee
jvernee at openjdk.java.net
Fri Jul 10 11:41:01 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
Marked as reviewed by jvernee (Reviewer).
-------------
PR: https://git.openjdk.java.net/skara/pull/703
More information about the skara-dev
mailing list