diff --git a/action.yml b/action.yml index 14ad067..58cd277 100644 --- a/action.yml +++ b/action.yml @@ -14,6 +14,7 @@ inputs: github_token: description: 'Set a generated GITHUB_TOKEN for pushing to the remote branch.' required: false + default: ${{ github.token }} personal_token: description: 'Set a personal access token for pushing to the remote branch.' required: false