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.yaml
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,14 @@ inputs:
6
6
description: 'Name or ID of workflow to run'
7
7
required: true
8
8
token:
9
-
description: 'GitHub token with repo write access, can NOT use secrets.GITHUB_TOKEN, see readme'
10
-
required: true
9
+
description: 'GitHub token with repo write access, can NOT use secrets.GITHUB_TOKEN, see README.md. If not provided, app_id and app_private_key must be provided. If token is set it takes precedence over app_id and app_private_key.'
10
+
required: false
11
+
app_id:
12
+
description: 'GitHub App ID with access to Actions API.'
13
+
required: false
14
+
app_private_key:
15
+
description: 'GitHub App Private Key of the app with access to Actions API.'
16
+
required: false
11
17
inputs:
12
18
description: 'Inputs to pass to the workflow, must be a JSON string. All values must be strings (even if used as boolean or number)'
0 commit comments