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
### I'm getting: `Something went awry creating the jwt` with `ghtoken generate`
359
+
360
+
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.
361
+
362
+
### I get `null` values for `token` and `expiration date`
363
+
364
+
If you see this response:
365
+
366
+
```sh
367
+
{
368
+
"token": null,
369
+
"expires_at": null
370
+
}
371
+
```
372
+
373
+
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.
374
+
375
+
### I get a weird syntax error
376
+
377
+
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.
378
+
356
379
## Similar projects
357
380
358
381
_These are not endorsements, just a listing of similar art work_
0 commit comments