-
-
Save KyMidd/f9dd130a89837283d1cd91b5d62e9ac3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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