Skip to content

Commit

Permalink
fix: POST /repos/{owner}/{repo}/releases/{release_id}/assets no lon…
Browse files Browse the repository at this point in the history
…ger responds with a `"x-accepted-oauth-scopes"` header in case of a 422 (#363)

Co-authored-by: Octokit Bot <octokitbot@martynus.net>
  • Loading branch information
github-actions[bot] and Octokit Bot committed Nov 3, 2020
1 parent 42ef19b commit bca61e4
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 157 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
"content-type": "application/json; charset=utf-8",
"date": "Tue, 10 Oct 2017 16:00:00 GMT",
"strict-transport-security": "max-age=31557600",
"x-accepted-oauth-scopes": "repo",
"x-content-type-options": "nosniff",
"x-frame-options": "deny",
"x-github-media-type": "github.v3; format=json",
Expand Down

0 comments on commit bca61e4

Please sign in to comment.