Skip to content

Commit ab9241e

Browse files
committed
Revert "fix: use new media type for branch protections"
This reverts commit 1b767b3.
1 parent 3e821c4 commit ab9241e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Api/Repository/Protection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Protection extends AbstractApi
1616

1717
public function configure()
1818
{
19-
$this->acceptHeaderValue = 'application/vnd.github.luke-cage-preview+json';
19+
$this->acceptHeaderValue = 'application/vnd.github.loki-preview+json';
2020

2121
return $this;
2222
}

0 commit comments

Comments
 (0)