From 60f5a50b843c84436ad8867f840af6314a56717b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Ignacio=20Amelivia=20Santiago?= Date: Thu, 2 Jul 2020 10:32:50 +0200 Subject: [PATCH] Add token as an input on the action metadata file --- action.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/action.yml b/action.yml index ab482ce..71f2d68 100644 --- a/action.yml +++ b/action.yml @@ -4,3 +4,9 @@ description: This Github action will require a minimum number of reviews if a la runs: using: 'node12' main: 'dist/index.js' + +inputs: + github_token: + description: 'Github token to authenticate Octokit' + required: true +