From f8a559538e82b152552192202cb6d3aa91539ae5 Mon Sep 17 00:00:00 2001 From: Slawomir Koszewski Date: Sun, 11 Jan 2026 19:54:25 +0100 Subject: [PATCH] Add default token to check-token subaction --- check-token/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/check-token/action.yml b/check-token/action.yml index 187a795..cc315d7 100644 --- a/check-token/action.yml +++ b/check-token/action.yml @@ -9,6 +9,7 @@ inputs: token: description: 'The GitHub token to verify' required: false + default: ${{ github.token }} runs: using: 'node24' main: '../dist/check-token-action.js'