https://github.com/shmokmt/gh-apps-token
The CLI tool wraps bradleyfalzon/ghinstallation/v2.
https://github.com/shmokmt/gh-apps-token
devops github github-apps go
Last synced: 3 months ago
JSON representation
The CLI tool wraps bradleyfalzon/ghinstallation/v2.
- Host: GitHub
- URL: https://github.com/shmokmt/gh-apps-token
- Owner: shmokmt
- License: mit
- Created: 2023-08-27T03:44:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T12:51:50.000Z (4 months ago)
- Last Synced: 2025-04-01T17:10:32.411Z (3 months ago)
- Topics: devops, github, github-apps, go
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-apps-token
The CLI tool wraps [bradleyfalzon/ghinstallation/v2](https://github.com/bradleyfalzon/ghinstallation).
## Usage
```
$ export GITHUB_APPS_PRIVATE_KEY=$(cat /path/to/your/private_key_file)
$ gh-apps-token --app-id 100 --installation-id 2000
ghs_xxxxx
```## LICENSE
[MIT](https://github.com/shmokmt/gh-apps-token/blob/main/LICENSE)