gruntwork-io / go-commons

A standard library to use in all Gruntwork CLI tools
https://www.gruntwork.io/
MIT License
35 stars 26 forks source link

Add new utility functions for authenticating as a Github App #68

Closed yorinasub17 closed 2 years ago

yorinasub17 commented 2 years ago

Description

This adds a new package github that contains functions for interacting with GitHub. To start, this contains functions that are useful for authenticating as Github App, which is becoming increasingly common with our Lambda based services (refarch-deployer-runner, discussion-labeler, and soon release-notes-drafter). Once this is released, I'll start updating each of these to use this central implementation.

TODOs

Please ensure all of these TODOs are completed before asking for a review.

yorinasub17 commented 2 years ago

Thanks for review! Merging now.