github3.py
github3.py copied to clipboard
Add support for GitHub repository/organization secrets
Adds support for organization and repository secrets. As these are part of the GitHub Actions API they are put into a new submodule github3.actions.
This PR does not support environment secrets as I believe this would better live in a dedicated Environment module.
This PR would potentially fix issue #1024.