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
feat(outputs): app-slug and installation-id (actions#105)
It is convenient to use `https://api.github.com/users/$app_slug[bot]` to
obtain the corresponding account ID later.
Then build `Signed-off-by: $app_slug[bot]
<$id+$app_slug[bot]@users.noreply.github.com>`.
Currently, there is no Linux environment to build test snapshot files
Copy file name to clipboardexpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -239,6 +239,14 @@ jobs:
239
239
240
240
GitHub App installation access token.
241
241
242
+
### `installation-id`
243
+
244
+
GitHub App installation ID.
245
+
246
+
### `app-slug`
247
+
248
+
GitHub App slug.
249
+
242
250
## How it works
243
251
244
252
The action creates an installation access token using [the `POST /app/installations/{installation_id}/access_tokens` endpoint](https://docs.github.com/rest/apps/apps?apiVersion=2022-11-28#create-an-installation-access-token-for-an-app). By default,
0 commit comments