github3.py icon indicating copy to clipboard operation
github3.py copied to clipboard

Add support for GitHub repository/organization secrets

Open MrBatschner opened this issue 2 years ago • 0 comments

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.

MrBatschner avatar Jun 21 '23 14:06 MrBatschner