We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce1537f commit 36d301bCopy full SHA for 36d301b
action.yml
@@ -26,6 +26,11 @@ inputs:
26
Runs the specified command before the changeset commit is executed so
27
that any changed files get committed along with it.
28
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
34
runs:
35
using: node12
36
main: index.js
0 commit comments