diff --git a/check-token/action.yml b/check-token/action.yml index 187a795..cc315d7 100644 --- a/check-token/action.yml +++ b/check-token/action.yml @@ -9,6 +9,7 @@ inputs: token: description: 'The GitHub token to verify' required: false + default: ${{ github.token }} runs: using: 'node24' main: '../dist/check-token-action.js'