Skip to content

Commit aca91ed

Browse files
authored
Merge pull request #17 from ActionsDesk/update-inputs
add MERGE_TOKEN to inputs of this action
2 parents 46368ea + b7aa91a commit aca91ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ inputs:
55
GITHUB_TOKEN:
66
description: 'GitHub token'
77
required: true
8+
MERGE_TOKEN:
9+
description: 'If needed, pass in a token to be used to merge prs for bypassing branch protections'
10+
required: false
811
prefixes:
912
description: 'List of prefixes to match'
1013
required: true

0 commit comments

Comments
 (0)