Skip to content

Commit fd5a0c9

Browse files
committed
chore: Update readme
1 parent 6107f4b commit fd5a0c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# GitHub Actions with TypeScript
22

33
[![NPM Version](https://img.shields.io/npm/v/ghats)](https://www.npmjs.com/package/ghats)
4+
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/koki-develop/ghats/release-please.yml)](https://github.com/koki-develop/ghats/actions/workflows/release-please.yml)
45
[![codecov](https://codecov.io/gh/koki-develop/ghats/graph/badge.svg?token=M38AAFPXC1)](https://codecov.io/gh/koki-develop/ghats)
56
[![GitHub License](https://img.shields.io/github/license/koki-develop/ghats)](./LICENSE)
67

@@ -106,7 +107,7 @@ The `ghats install` command uses the GitHub API internally.
106107
If you're using remote actions from private repositories or want to pass a GitHub API token to avoid rate limits, set the `GITHUB_TOKEN` environment variable.
107108

108109
```console
109-
$ GITHUB_TOKEN=<YOUR_GITHUB_TOKEN> npx ghats install
110+
$ GITHUB_TOKEN="<YOUR_GITHUB_TOKEN>" npx ghats install
110111
```
111112

112113
## License

0 commit comments

Comments
 (0)