From cb18d74d98be4b56f416f5710b4fdbd0a1db2037 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 15 Nov 2023 10:19:50 +0100 Subject: [PATCH] Stop using the now-released pre-release header The feature was released, the specific header is no longer required: https://developer.github.com/changes/2020-10-01-graduate-antiope-preview/ --- lib/index.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/index.rb b/lib/index.rb index a9e1c91..cce39c9 100644 --- a/lib/index.rb +++ b/lib/index.rb @@ -16,7 +16,6 @@ @headers = { "Content-Type": 'application/json', - "Accept": 'application/vnd.github.antiope-preview+json', "Authorization": "Bearer #{@GITHUB_TOKEN}", "User-Agent": 'rubocop-action' }