Skip to content

Commit e675890

Browse files
committed
feat: ✨ support variable name
1 parent 20506a6 commit e675890

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

action.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,24 @@ inputs:
88
PRIVATE_KEY:
99
description: The private key of the GitHub App (can be Base64 encoded).
1010
required: true
11+
VARIABLE_NAME:
12+
description: The name of generated token in output and exported variable.
13+
required: false
14+
default: token
1115
SECRET_NAME:
1216
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
1322
outputs:
1423
token:
1524
description: An installation token for the GitHub App on the current repository.
1625
runs:
1726
using: node12
1827
main: dist/index.js
28+
post: dist/index.js
1929
branding:
2030
icon: smile
2131
color: orange # gray-dark purple red orange green blue yellow black white

0 commit comments

Comments
 (0)