From 3d60a5b2dae89d44e0c6ddc69dd7536aec2071cd Mon Sep 17 00:00:00 2001 From: marocchino Date: Sat, 11 Feb 2023 20:15:12 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=EF=B8=8F=20Info=20about=20GITHUB?= =?UTF-8?q?=5FTOKEN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #592 --- action.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/action.yml b/action.yml index 9768931..6c9d264 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,15 @@ name: "Sticky Pull Request Comment" description: "Create comment on pull request, if exists update that comment." author: "marocchino" +github-token: + action-input: + input: GITHUB_TOKEN + is-default: true + + permissions: + pull-requests: write + pull-requests-reason: to create or update PR comment + inputs: header: description: "Header to determine if the comment is to be updated, not shown on screen. It can be used when you want to add multiple comments independently at the same time."