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
Copy file name to clipboardExpand all lines: action.yml
+3-16Lines changed: 3 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,10 @@ branding:
7
7
inputs:
8
8
app-id:
9
9
description: "GitHub App ID"
10
-
required: false # TODO: When 'app_id' is removed, make 'app-id' required
11
-
app_id:
12
-
description: "GitHub App ID"
13
-
required: false
14
-
deprecationMessage: "'app_id' is deprecated and will be removed in a future version. Use 'app-id' instead."
10
+
required: true
15
11
private-key:
16
12
description: "GitHub App private key"
17
-
required: false # TODO: When 'private_key' is removed, make 'private-key' required
18
-
private_key:
19
-
description: "GitHub App private key"
20
-
required: false
21
-
deprecationMessage: "'private_key' is deprecated and will be removed in a future version. Use 'private-key' instead."
13
+
required: true
22
14
owner:
23
15
description: "The owner of the GitHub App installation (defaults to current repository owner)"
24
16
required: false
@@ -29,11 +21,6 @@ inputs:
29
21
description: "If true, the token will not be revoked when the current job is complete"
30
22
required: false
31
23
default: "false"
32
-
skip_token_revoke:
33
-
description: "If true, the token will not be revoked when the current job is complete"
34
-
required: false
35
-
default: "false"
36
-
deprecationMessage: "'skip_token_revoke' is deprecated and will be removed in a future version. Use 'skip-token-revoke' instead."
37
24
# Make GitHub API configurable to support non-GitHub Cloud use cases
38
25
# see https://github.com/actions/create-github-app-token/issues/77
39
26
github-api-url:
@@ -51,7 +38,7 @@ inputs:
51
38
permission-contents:
52
39
description: "The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges. Can be set to 'read' or 'write'."
53
40
permission-dependabot-secrets:
54
-
description: "The leve of permission to grant the access token to manage Dependabot secrets. Can be set to 'read' or 'write'."
41
+
description: "The level of permission to grant the access token to manage Dependabot secrets. Can be set to 'read' or 'write'."
55
42
permission-deployments:
56
43
description: "The level of permission to grant the access token for deployments and deployment statuses. Can be set to 'read' or 'write'."
0 commit comments