turnstyle icon indicating copy to clipboard operation
turnstyle copied to clipboard

[Feature Request] Use GITHUB_TOKEN as default

Open qoomon opened this issue 1 year ago • 1 comments

Would be nice if this action would make use of default inputs to pass github token to keep this action as lean as possible. action.yaml

inputs: 
  token:
    description: 'A GitHub access token'
    required: true
    default: ${{ github.token }}

qoomon avatar Jun 23 '24 07:06 qoomon

@qoomon sounds good to me, feel free to drop a PR.

chenrui333 avatar Jul 03 '24 04:07 chenrui333