Closed JoshuaKGoldberg closed 6 months ago
status: accepting prs
Swaps out gh auth token with await getGitHubAuthToken(). Doesn't fully remove the dependency on gh.
gh auth token
await getGitHubAuthToken()
gh
💖
:tada: This is included in version v1.60.0 :tada:
The release is available on:
Cheers! 📦🚀
PR Checklist
status: accepting prs
Overview
Swaps out
gh auth token
withawait getGitHubAuthToken()
. Doesn't fully remove the dependency ongh
.💖