We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58870fa commit 77be9eaCopy full SHA for 77be9ea
README.md
@@ -307,6 +307,9 @@ $ ghtoken revoke \
307
You can use ghtoken alongside [gh cli](https://github.com/cli/cli) by setting these aliases:
308
309
```sh
310
+# Add ghtoken to a folder included in your PATH environment variable
311
+ln -s <PATH TO THE SCRIPT>/ghtoken /usr/local/bin/ghtoken
312
+
313
# Set a token generation alias. This will always generate a token from
314
# the app ID and key supplied.
315
$ gh alias set token -s 'ghtoken generate --key /tmp/private-key.pem --app_id 112233'
0 commit comments