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
Plugin is ready. We'll see how it will hold up across node / browser / deno, but at least it has the universal base64 encoding/decoding logic in a single place, and it is definitely better to only use Buffer directly
Next step is to add the plugin to @octoherd/octokit and then update the scripts to use the new octokit.createOrUpdateTextFile() method instead of sending requests to get/update file contents and handle the encoding/decoding within the script
Considerations:
Use polyfill for Node: https://github.com/gr2m/octoherd-script-normalize-package-repository-field/blob/0272b1555ba5479e01e7a240d3e5ec646024bf37/script.js#L85-L92
Originally posted here:
#3 (comment)
The text was updated successfully, but these errors were encountered: