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
We can't do anything at the octokit level. We take the OpenAPI spec from GitHub and automatically generate all the endpoints with the required parameters, and output all of that into docs.
When creating or updating a repo secret (https://docs.github.com/en/rest/reference/actions#create-or-update-a-repository-secret), https://octokit.github.io/rest.js/v18#actions-create-or-update-repo-secret shows optional. However, if you make an API request without providing key_id, you will get a 422 invalid request:
So, the following does not work:
However, this does work:
Can the docs be updated to reflect this?
The text was updated successfully, but these errors were encountered: