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
#!/bin/bash | |
# Github repository, just the name/repo part, no .git suffix, no base url! | |
REPO="lede-project/source" | |
# Your repository token, generate this token at your profile page: | |
# - Navigate to https://github.com/settings/tokens | |
# - Click on "Generate new token" | |
# - Enter a description, e.g. "pr.sh" and pick the "repo" scope | |
# - Hit "Generate token" |
NewerOlder