From c98effd497af4e8d5731d272c069d2ff0a68ee92 Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Thu, 13 Feb 2020 14:07:32 -0500 Subject: [PATCH] Add README content about github-token --- README.md | 5 +++++ dist/index.js | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e6b195..a1804c4 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 d8ae146..db366eb 100644 --- a/dist/index.js +++ b/dist/index.js @@ -11312,4 +11312,4 @@ function onceStrict (fn) { /******/ }(); /******/ /******/ } -); +); \ No newline at end of file