From 6623eae89bd1ef56128803f18038d651f39074ee Mon Sep 17 00:00:00 2001 From: Charles de Beauchesne Date: Mon, 5 May 2025 20:11:35 +0200 Subject: [PATCH] github-token can be optional --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 402a94a..73eaa0c 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,8 @@ branding: inputs: token: description: "set github token" - required: true + required: false + default: ${{ github.token }} self: description: "set self job name" required: false