Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
summerwind committed Dec 24, 2021
1 parent b15e668 commit ad6d2c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $ go install github.com/summerwind/gh-app-auth@latest

## Usage

If you specify the GitHub App ID, Private Key, and the target account name, This command will generate and display the installation token.
This command will generate and display the installation token based on GitHub App ID, private key and account name.

```
$ gh-app-auth --app-id 12345 --private-key /path/to/private-key.pem --account summerwind
Expand All @@ -31,7 +31,7 @@ Usage of gh-app-auth:

You can run `gh-app-auth` on GitHub Actions to get a installation token as follows.

```
```yaml
- id: gh-app-auth
uses: summerwind/gh-app-auth@main
with:
Expand Down

0 comments on commit ad6d2c9

Please sign in to comment.