Skip to content

Commit

Permalink
fix: x-accepted-oauth-scopes header removed from `POST /repos/{owne…
Browse files Browse the repository at this point in the history
…r}/{repo}/releases/{release_id}/assets responds`, again. See #363, #365 (#376)
  • Loading branch information
octokitbot committed Jan 8, 2021
1 parent 22d40a4 commit 0aa40c1
Show file tree
Hide file tree
Showing 2 changed files with 277 additions and 254 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
"upload_url": "https://uploads.github.com/repos/octokit-fixture-org/release-assets-conflict/releases/1000/assets{?name,label}",
"html_url": "https://github.com/octokit-fixture-org/release-assets-conflict/releases/tag/v1.0.0",
"id": 1000,
"node_id": "MDA6RW50aXR5MQ==",
"tag_name": "v1.0.0",
"target_commitish": "0000000000000000000000000000000000000001",
"name": "Version 1.0.0",
"draft": false,
"author": {
"login": "octokit-fixture-user-a",
"id": 1000,
Expand All @@ -36,6 +31,11 @@
"type": "User",
"site_admin": false
},
"node_id": "MDA6RW50aXR5MQ==",
"tag_name": "v1.0.0",
"target_commitish": "0000000000000000000000000000000000000001",
"name": "Version 1.0.0",
"draft": false,
"prerelease": false,
"created_at": "2017-10-10T16:00:00Z",
"published_at": "2017-10-10T16:00:00Z",
Expand Down 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 0aa40c1

Please sign in to comment.