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 77be9ea commit 4ba82b8Copy full SHA for 4ba82b8
README.md
@@ -333,6 +333,10 @@ $ gh revokeToken "ghs_1gCKrYvkh3_______7JZFlZw______w1FE"
333
334
### Example in a workflow
335
336
+<details>
337
+
338
+ <summary>Expand to show instructions</summary>
339
340
1. You need to create a secret to store the **applications private key** securely (this can be an organization or a repository secret):
341

342
@@ -388,6 +392,8 @@ jobs:
388
392
https://github.example.com/api/v3/orgs/<ORGNAME>/repos
389
393
```
390
394
395
+</details>
396
391
397
## Troubleshoot
398
399
### I'm getting: `Something went awry creating the jwt` with `ghtoken generate`
0 commit comments