:wave: Hi all, I want my Pulumi program to retrieve some files from a GitHub repo (and deploy them s...
f
👋 Hi all, I want my Pulumi program to retrieve some files from a GitHub repo (and deploy them somewhere). I looked at the API reference for the GitHub provider but I don’t see a way to retrieve the content of a file in a remote repo. I’m guessing then that I’ll need to use a third-party GitHub API client library for this? Just checking, so if anyone could just confirm that, or tell me what I’m missing, I’d appreciate it!