Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

chore: deprecate action in favor of GitHub App token action #360

Merged
merged 3 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.


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