You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update go-github version to 36.0.0
* Update go-github to 36.0.0
go-github released the Go client library to [36.0.0][1] 3 days ago.
API changes includes:
* Add ListOptions required by ListSelectedReposForOrgSecret method. As described in change[2]
* Convert repoID used in CreateOrUpdateEnvSecret, GetEnvSecret and DeleteEnvSecret to int from int64. Not sure why it doesn't pop up an error before but seems like this is not a recent change in the new version
[1]: https://github.com/google/go-github/releases/tag/v36.0.0
[2]: google/go-github#1883
* Fetch full list of selected repos in github_actions_organization_secret
Fix#793
0 commit comments