Skip to content

Commit

Permalink
chore: deprecate action in favor of GitHub App token action
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Jul 5, 2024
1 parent 94a07c0 commit 1f17e99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# App token action

> [!IMPORTANT]
> This action is deprecated. Please migrate to the [github-app-token-action](https://github.com/actions/create-github-app-token).
> This action is deprecated. Please migrate to the [github-app-token-action](https://github.com/actions/create-github-app-token).
>
> Migration is almost straight forward, be-aware that GitHub actions requires the key as input and not the base64 encoded version of the private key.

A GitHub action that obtains a token for an app authorization which can used instead of a personal access token (PAT) for example. Currently the *app* and *installation* scope are supported. For more details check out the GitHub App authentication [docs](https://docs.github.com/en/free-pro-team@latest/developers/apps/authenticating-with-github-apps)
Expand Down

0 comments on commit 1f17e99

Please sign in to comment.