From 33253ca94b38f232a490547e6367925f202e81ca Mon Sep 17 00:00:00 2001 From: Pascal Jufer Date: Tue, 6 Aug 2024 10:40:13 +0200 Subject: [PATCH] Clarify description for `github-token` Co-authored-by: Wryn (yage) Wagner --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3d03627..c47e2c4 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ branding: inputs: github-token: required: true - description: GitHub token used for this action + description: GitHub token with read access and issue update access to github-repo default: ${{ github.token }} github-repo: required: true