/yet-another-one-github-search

Github search by all branches

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Yet another one github search

Github search by all branches

Usage

Generate new Personal Access Token for GitHub

export GITHUB_PAT=%GITHUB PERSONAL ACCESS TOKEN%

docker run --rm --env GITHUB_PAT eastata/yet-another-one-github-search \
    --org "clearmatics"\
    --dir ".github/workflows/" \
    --pattern "set-env|add-path"

CLI options

optional arguments:
  -h, --help         show this help message and exit
  --dir DIR          Dir for search (default: .github/workflows/)
  --org ORG          GitHub organisation (default: clearmatics)
  --pattern PATTERN  Search pattern (default: set-env|add-path)

Build

docker build -t eastata/yet-another-one-github-search:latest .

Links