File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,24 @@ inputs:
8
8
PRIVATE_KEY :
9
9
description : The private key of the GitHub App (can be Base64 encoded).
10
10
required : true
11
+ VARIABLE_NAME :
12
+ description : The name of generated token in output and exported variable.
13
+ required : false
14
+ default : token
11
15
SECRET_NAME :
12
16
description : The secret name created on current repository.
17
+ required : false
18
+ CLEAN_SECRET :
19
+ description : Shoule clean the secret or not when completed.
20
+ required : false
21
+ default : false
13
22
outputs :
14
23
token :
15
24
description : An installation token for the GitHub App on the current repository.
16
25
runs :
17
26
using : node12
18
27
main : dist/index.js
28
+ post : dist/index.js
19
29
branding :
20
30
icon : smile
21
31
color : orange # gray-dark purple red orange green blue yellow black white
You can’t perform that action at this time.
0 commit comments