Skip to content

eastata/yet-another-one-github-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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