This repo contains some Python examples on using git and GitHub API.
Build docker image:
./bin/build.sh
Run all examples in src/main.py
:
./bin/run-main.sh
Run examples:
./bin/run-01.sh
./bin/run-03.sh
./bin/run-04.sh
./bin/run-main.sh
NOTE: running GitHub API examples with your personal token produces not signed commits. The commit is only signed if you use the GITHUB_TOKEN provided to the running workflow.