From aeab4259d8a1a03e2b20ad0d80604036e4955eab Mon Sep 17 00:00:00 2001 From: Pedro Rodrigues Date: Mon, 21 Jun 2021 23:00:56 -0300 Subject: [PATCH] Adding missing environment variable INPUT_GITHUB_TOKEN --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 3d0d5f1..3217353 100644 --- a/action.yml +++ b/action.yml @@ -66,6 +66,7 @@ runs: INPUT_PRETTIER_VERSION: ${{ inputs.prettier_version }} INPUT_ONLY_CHANGED: ${{ inputs.only_changed }} INPUT_PRETTIER_PLUGINS: ${{ inputs.prettier_plugins }} + INPUT_GITHUB_TOKEN: ${{ inputs.github_token }} branding: icon: "award"