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
{{ message }}
This repository was archived by the owner on Jul 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: action.yml
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,19 @@ inputs:
5
5
app_id:
6
6
description: ID of the GitHub App.
7
7
required: true
8
-
private_key:
9
-
description: Private key of the GitHub App (can be Base64 encoded).
10
-
required: true
11
8
installation_id:
12
9
description: The ID of the installation for which the token will be requested (defaults to the ID of the repository's installation).
13
-
repository:
14
-
description: The full name of the repository for which the token will be requested (defaults to the current repository).
10
+
github_api_url:
11
+
description: The API URL of the GitHub server.
12
+
default: ${{ github.api_url }}
15
13
permissions:
16
14
description: The JSON-stringified permissions granted to the token (defaults to all the GitHub app permissions, see https://docs.github.com/en/rest/apps/apps#create-an-installation-access-token-for-an-app).
17
-
github_api_url:
18
-
description: The API URL of the GitHub server, such as https://api.github.com. Defaults to the environment variable GITHUB_API_URL, see https://docs.github.com/en/actions/reference/environment-variables#default-environment-variables.
15
+
private_key:
16
+
description: Private key of the GitHub App (can be Base64 encoded).
17
+
required: true
18
+
repository:
19
+
description: The full name of the repository for which the token will be requested.
20
+
default: ${{ github.repository }}
19
21
outputs:
20
22
token:
21
23
description: An installation token for the GitHub App on the requested repository.
0 commit comments