Skip to content

Commit

Permalink
feat: set github.token as default input
Browse files Browse the repository at this point in the history
  • Loading branch information
fty4 committed Aug 9, 2022
1 parent 0fecb77 commit a4b4ec6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ description: |
author: "taskmedia"
inputs:
token:
description: "token to access GitHub API to receive PR commits. Can be passed in using {{ secrets.GITHUB_TOKEN }}"
required: true
default: "${{ github.token }}"
description: "token to access GitHub API to receive PR commits"
required: false
types:
default: "fix;feat;revert"
description: "allow different types in commit message"
Expand Down

0 comments on commit a4b4ec6

Please sign in to comment.