github / issue-labeler

An action for automatically labelling issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read default GitHub token

EndBug opened this issue · comments

The repo-token input doesn't need to be mandatory, you can read the default value like this:

  repo-token:
    description: 'The GITHUB_TOKEN secret'
    default: ${{ github.token }}
    required: false