diff --git a/README.md b/README.md index 7e6b1952..a1804c44 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ documentation. ## Examples +Note that `github-token` is optional in this action, and the input is there +in case you need to use a non-default token. + +By default, github-script will use the token provided to your workflow. + ### Comment on an issue ```yaml diff --git a/dist/index.js b/dist/index.js index d8ae146c..db366ebd 100644 --- a/dist/index.js +++ b/dist/index.js @@ -11312,4 +11312,4 @@ function onceStrict (fn) { /******/ }(); /******/ /******/ } -); +); \ No newline at end of file