Skip to content

Commit

Permalink
feat: ✨ support variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Sep 27, 2020
1 parent 20506a6 commit e675890
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,24 @@ inputs:
PRIVATE_KEY:
description: The private key of the GitHub App (can be Base64 encoded).
required: true
VARIABLE_NAME:
description: The name of generated token in output and exported variable.
required: false
default: token
SECRET_NAME:
description: The secret name created on current repository.
required: false
CLEAN_SECRET:
description: Shoule clean the secret or not when completed.
required: false
default: false
outputs:
token:
description: An installation token for the GitHub App on the current repository.
runs:
using: node12
main: dist/index.js
post: dist/index.js
branding:
icon: smile
color: orange # gray-dark purple red orange green blue yellow black white

0 comments on commit e675890

Please sign in to comment.