From 452ca493235c511923e4189ef351e63fee359b55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Sat, 3 Jan 2026 23:45:45 +0100 Subject: [PATCH 1/2] feat: default `GITHUB_TOKEN` to `github.token` --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 02b52ab6..c51f7a03 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,8 @@ inputs: description: | A GitHub personal access token with repo scope, such as secrets.GITHUB_TOKEN. - required: true + default: ${{ github.token }} + required: false comment-template: description: | Text template for the comment string. From 6cfce48863e62540dec725b264a079fe3beebb8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Sat, 3 Jan 2026 23:47:28 +0100 Subject: [PATCH 2/2] Update README to clarify GITHUB_TOKEN usage Clarify the usage of GITHUB_TOKEN in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c8b55a6..c6b5fd73 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Use this action in a workflow [triggered by a release](https://docs.github.com/e ## Inputs -**GITHUB_TOKEN** +**GITHUB_TOKEN** (optional) A GitHub access token with write access to your repo's issues, such as: