Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
if [[ -z "$GITHUBAPI_TOKEN" ]]; then
echo "Go to https://github.com/"
echo "Log in"
echo "Go to: Settings->Developpers Settings->Personal Access Token"
echo "Create a token with full control of private repositories"
echo "Finally export GITHUBAPI_TOKEN=<token>"
exit
fi