Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
docs!: add a note that this project is no longer maintained and sugge…
Browse files Browse the repository at this point in the history
…st a replacement
  • Loading branch information
jdbruijn committed Mar 26, 2024
1 parent 3bfc462 commit 18ee109
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# GitHub App token <!-- omit in toc -->

> [!CAUTION]
> This project is no longer maintained.
# ⚠ This project is no longer maintained <!-- omit in toc -->

This project is no longer maintained. In Juni 2023 [**GitHub**][github] released the first version of [`actions/create-github-app-token`](https://github.com/actions/create-github-app-token). That project does the same as this one did and offers more features and security improvements. Therefore, this project is now deprecated and I suggest using [`actions/create-github-app-token`](https://github.com/actions/create-github-app-token) as a replacement. I've created [`vidavidorra/github-action-app-user`](https://github.com/vidavidorra/github-action-app-user) as an addtion to still get the user information. Please see the usage of [`vidavidorra/github-action-app-user`](https://github.com/vidavidorra/github-action-app-user) to to see an example of the combined replacement for the full functionality this action offered.

---

Authenticate as a [GitHub App][github-app], from a [GitHub Action][github-action] or TypeScript/JavaScript code.

- Authenticate as a [GitHub App][github-app].
Expand Down Expand Up @@ -128,3 +137,4 @@ The full text of the license is available in the [LICENSE](LICENSE.md) file in t

[github-action]: https://github.com/features/actions/
[github-app]: https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps
[github]: https://github.com/

0 comments on commit 18ee109

Please sign in to comment.