diff --git a/action.yml b/action.yml index e56dfa2..61f6179 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ inputs: required: true token: description: GitHub token with read and write access to actions for the repository. - required: true + required: false default: ${{ github.token }} deprecationMessage: Token is no longer required. useGlob: