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