Skip to content

Instantly share code, notes, and snippets.

@KyMidd

KyMidd/asdf.sh Secret

Created December 4, 2022 18:51
Show Gist options
  • Select an option

  • Save KyMidd/f9dd130a89837283d1cd91b5d62e9ac3 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/f9dd130a89837283d1cd91b5d62e9ac3 to your computer and use it in GitHub Desktop.
#GITHUB_TOKEN
if [ -z "$GITHUB_TOKEN" ]; then
echo "Your GITHUB_TOKEN variable appears blank, make sure to export it into this terminal, like this"
echo "export GITHUB_TOKEN=ghp_xxxxx"
exit 1
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment