Feature hasn't been suggested before.
Describe the enhancement you want to request
The GitHub docs currently describe a token option and show # github_token: xxxx in the workflow example, but the current GitHub Action input is use_github_token and the token itself is read from the GITHUB_TOKEN environment variable.
Please update the docs to match the current action interface so the authentication setup is unambiguous.
Feature hasn't been suggested before.
Describe the enhancement you want to request
The GitHub docs currently describe a
tokenoption and show# github_token: xxxxin the workflow example, but the current GitHub Action input isuse_github_tokenand the token itself is read from theGITHUB_TOKENenvironment variable.Please update the docs to match the current action interface so the authentication setup is unambiguous.