You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# action.ymlinputs:
githubToken:
description: "The GitHub access token (e.g. secrets.GITHUB_TOKEN) used to ... This defaults to {{ github.token }}."default: "${{ github.token }}"required: false
It's a nuance, but there shouldn't be a need to input
GITHUB_TOKEN
if it can be avoided.It may also help resolve #232.
An example implementation:
The text was updated successfully, but these errors were encountered: