in the documentation it is specified that actions have access to the token using the token property in the github context, even without the user passing it as an input:
https://docs.github.com/en/actions/tutorials/authenticate-with-github_token#using-the-github_token-in-a-workflow
How would it be possible to access this using @actions/github, there is not property exported there?
in the documentation it is specified that actions have access to the token using the
tokenproperty in the github context, even without the user passing it as an input:https://docs.github.com/en/actions/tutorials/authenticate-with-github_token#using-the-github_token-in-a-workflow
How would it be possible to access this using
@actions/github, there is not property exported there?