From 54b51907331fc1fc5172b6da049a0a52f8ac7d85 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Mon, 22 Apr 2024 10:33:21 +0400 Subject: [PATCH] Set GitHub default token --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 61e3f56..334f4fb 100644 --- a/action.yml +++ b/action.yml @@ -19,6 +19,7 @@ inputs: gitHubToken: description: "GitHub Token" required: false + default: ${{ github.token }} branch: description: "The name of the branch you want to deploy to" required: false