From 349cbec24477e7d40b9c9d5ddd80bbc5aafad30f Mon Sep 17 00:00:00 2001 From: Ashen Chathuranga <79928743+ktauchathuranga@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:57:34 +0530 Subject: [PATCH] false --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e0ce455..37ba369 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ branding: inputs: GITHUB_TOKEN: description: 'GitHub token for API requests.' - required: true + required: false default: ${{ secrets.GITHUB_TOKEN }} runs: using: "composite"