Skip to content

Commit 36d301b

Browse files
author
Ian Walter
authored
Update action.yml
1 parent ce1537f commit 36d301b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ inputs:
2626
Runs the specified command before the changeset commit is executed so
2727
that any changed files get committed along with it.
2828
required: false
29+
github_token:
30+
description: |
31+
A GitHub Personal Access Token to use to push the commit so that it
32+
actually triggers workflow runs (unlike the default GITHUB_TOKEN).
33+
required: false
2934
runs:
3035
using: node12
3136
main: index.js

0 commit comments

Comments
 (0)