Skip to content

Instantly share code, notes, and snippets.

View crashvb's full-sized avatar

Richard Davis crashvb

  • Woodbridge, VA
View GitHub Profile
@josh-padnick
josh-padnick / download.sh
Last active September 12, 2024 06:36
Download a private binary release file from GitHub in bash
#!/usr/bin/env bash
#
# This is an adaptation of code I wrote to download a private binary from GitHub. Such...pain.
# Why can't GitHub just offer a standardized URL you can download a release binary from and attach
# your Github Personal Access Token as a header?
#
# Since this code is an adaptation it hasn't been directly tested, but the code it was adapted from works
# and hopefully you can get the missing piece you're after by looking here.
#