Skip to content

Commit c13aafd

Browse files
authored
copy changes + package description (#7)
* fixing copy and description
1 parent b643bef commit c13aafd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
asset_path: ./macosx.zip
5656
asset_name: macosx.zip
5757
asset_content_type: application/zip
58-
- name: Upload Release Asset - linux
58+
- name: Upload Release Asset - LINUX
5959
uses: actions/upload-release-asset@v1
6060
env:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const { token } = await getToken({
9090

9191
If you don't want any dependencies, you can use the binary directly.
9292

93-
_commit soon_
93+
Head over to [releases](https://github.com/gagoar/github-app-installation-token/releases/latest) and pick the binary for linux, macos and windows.
9494

9595
### Github Workflow
9696

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"repository": "git@github.com:gagoar/github-app-installation-token.git",
44
"license": "MIT",
55
"version": "1.0.1",
6-
"description": "ts node template description",
6+
"description": "npm/script and binary 📦 to get a token from a GitHub App.",
77
"main": "dist/index.js",
88
"bin": {
99
"github-app-installation-token": "cli/cli.js"

0 commit comments

Comments
 (0)