Closed EndBug closed 1 year ago
You can set the default value of the token input to be ${{ github.token }}: this way users won't need to put the default GITHUB_TOKEN secret in every time, and they'll still be able to use a different token if they want to.
token
${{ github.token }}
GITHUB_TOKEN
You can set the default value of the
token
input to be${{ github.token }}
: this way users won't need to put the defaultGITHUB_TOKEN
secret in every time, and they'll still be able to use a different token if they want to.