actionforge / graph-runner

🏃‍♀️ The core cli of Actionforge
Other
12 stars 0 forks source link

Refactor gh secret and context management #7

Closed sebastianrath closed 8 months ago

sebastianrath commented 8 months ago

This PR comes with a refactoring out the gh secret and context management, including several bugfixes.

The context object github.token is removed as it doesn't exist, and instead the proper objects github.token and secrets.GITHUB_TOKEN are introduced, both of which are functionally equivalent. They are both added to the unit tests as well.