Closed bendrucker closed 1 year ago
If GitHub Actions is running on a server other than github.com, this PR makes the github_token empty by default. This works by default for GHES users, instead of requiring them to override the default token which is mismatched.
github.com
github_token
I spotted this technique in https://github.com/actions/setup-node.
Replaces #186.
If GitHub Actions is running on a server other than
github.com
, this PR makes thegithub_token
empty by default. This works by default for GHES users, instead of requiring them to override the default token which is mismatched.I spotted this technique in https://github.com/actions/setup-node.
Replaces #186.