From e409752bf89970b5b47355244823a9125efd5f90 Mon Sep 17 00:00:00 2001 From: Jeroen de Bruijn Date: Mon, 25 Mar 2024 19:31:44 +0100 Subject: [PATCH] fix: correct `token` input name --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3097901..407f7ed 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: slug: description: 'slug of the GitHub App' required: true - privateKey: + token: description: 'GitHub App installation access token' required: true outputs: