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
[Creates an installation access token](https://docs.github.com/en/rest/reference/apps#create-an-installation-access-token-for-an-app) that enables a GitHub App to make authenticated API requests for the app's installation on an organization or individual account. Installation tokens expire 1 hour from the time you create them. Using an expired token produces a status code of `401 - Unauthorized`, and requires creating a new installation token.
15
15
@@ -44,14 +44,14 @@ With an access token generated with a GitHub App you don't have to worry about t
44
44
- `jq`
45
45
- `shasum`
46
46
47
-
Download `ghtoken` [from the main branch](https://github.com/Link-/github-app-bash/blob/main/ghtoken)
47
+
Download `ghtoken` [from the main branch](https://github.com/Link-/gh-token/blob/main/gh-token)
48
48
49
49
### wget
50
50
51
51
```sh
52
52
# Download a file, name it ghtoken then do a checksum
0 commit comments