Skip to content

Commit

Permalink
chore: deprecate action in favor of GitHub App token action (#360)
Browse files Browse the repository at this point in the history
* chore: deprecate action in favor of GitHub App token action

* chore: deprecate action in favor of GitHub App token action

* Update README.md

Co-authored-by: Ron <45816308+rjaegers@users.noreply.github.com>

---------

Co-authored-by: Ron <45816308+rjaegers@users.noreply.github.com>
  • Loading branch information
npalm and rjaegers authored Jul 30, 2024
1 parent ae6ec2f commit d424576
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/dependabot.yml

This file was deleted.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# App token action

> [!IMPORTANT]
> 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. See [here](https://github.com/actions/create-github-app-token?tab=readme-ov-file#private-key) how to do that securely.

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)

Before the action can be used the APP has to be installed on the subject repository or in the organization scope.
Expand Down

0 comments on commit d424576

Please sign in to comment.