You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -396,11 +396,11 @@ jobs:
396
396
397
397
## Troubleshoot
398
398
399
-
### I'm getting: `Something went awry creating the jwt` with `ghtoken generate`
399
+
#### I'm getting: `Something went awry creating the jwt` with `ghtoken generate`
400
400
401
401
Make sure your `pem` file has the extension `.pem`. This is necessary for`jwt-cli` to be able to determine the type of key it's trying to parse.
402
402
403
-
### I get `null` values for `token` and `expiration date`
403
+
#### I get `null` values for `token` and `expiration date`
404
404
405
405
If you see this response:
406
406
@@ -413,7 +413,7 @@ If you see this response:
413
413
414
414
This is an indication that the script was not able to fetch an `installation id` and that the GitHub App has not been `installed` for an Organization or User.
415
415
416
-
### I get a weird syntax error
416
+
#### I get a weird syntax error
417
417
418
418
Make sure you're running `bash 5.x+`. If you're running MacOS, the version of `bash` installed is `3.2` which is not compatible with this tool.
0 commit comments