From ad7e47d10b5435ac125f0c313ba869d1b56d04e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Gir=C3=B3n?= Date: Thu, 5 Dec 2024 20:12:27 +0100 Subject: [PATCH] feat: set GitHub default token (#58) --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 9cf8216..8187dc9 100644 --- a/action.yml +++ b/action.yml @@ -7,6 +7,7 @@ inputs: access-token: description: "github token" required: true + default: ${{ github.token }} path: description: "glob to cucumber json files" required: true