Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 457 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 457 Bytes

github-app-token

github-app-token is a simple CLI tool that generates an app token so that you can authenticate as a GitHub App.

Usage

  1. Set the necessary secrets as environment variables:

    • GITHUB_APP_ID
    • GITHUB_APP_PRIVATE_KEY
  2. Run github-app-token and the generated token will be emitted to stdout.

Alternatives