Same issue here as well
API Token - Bearer - Classic Github token (I tried the new personal tokens too)
network tab payload (redacted my key)
[
{
"type": "dalle"
},
{
"type": "plugins_prototype",
"metadata": {
"domain": "api.github.com",
"json_schema": {
"openapi": "3.1.0",
"info": {
"title": "OpenAI_Agent_Swarm GitHub repo GraphQL API",
"description": "Interact with the OpenAI_Agent_Swarm GitHub repo using GraphQL. Sample query: curl -X POST -H 'Content-Type: application/json' -d '{\"query\": \"query { repository(owner: \\\"daveshap\\\", name: \\\"OpenAI_Agent_Swarm\\\") { issues(first: 10, states: OPEN) { edges { node { title url createdAt } } } } }\"}' https://api.github.com/graphql",
"version": "v1.0.0"
},
"servers": [
{
"url": "https://api.github.com"
}
],
"paths": {
"/graphql": {
"post": {
"description": "GraphQL endpoint for the OpenAI_Agent_Swarm GitHub repo.",
"operationId": "graphqlEndpoint_v3",
"requestBody": {
"description": "GraphQL query in a stringified JSON format",
"required": true,
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"query": {
"type": "string"
}
},
"required": [
"query"
]
}
}
}
}
}
}
},
"components": {
"schemas": {
"Error": {
"type": "object",
"properties": {
"message": {
"type": "string"
}
}
}
}
}
},
"raw_spec": "{\n \"openapi\": \"3.1.0\",\n \"info\": {\n \"title\": \"OpenAI_Agent_Swarm GitHub repo GraphQL API\",\n \"description\": \"Interact with the OpenAI_Agent_Swarm GitHub repo using GraphQL. Sample query: curl -X POST -H 'Content-Type: application/json' -d '{\\\"query\\\": \\\"query { repository(owner: \\\\\\\"daveshap\\\\\\\", name: \\\\\\\"OpenAI_Agent_Swarm\\\\\\\") { issues(first: 10, states: OPEN) { edges { node { title url createdAt } } } } }\\\"}' https://api.github.com/graphql\",\n \"version\": \"v1.0.0\"\n },\n \"servers\": [\n {\n \"url\": \"https://api.github.com\"\n }\n ],\n \"paths\": {\n \"/graphql\": {\n \"post\": {\n \"description\": \"GraphQL endpoint for the OpenAI_Agent_Swarm GitHub repo.\",\n \"operationId\": \"graphqlEndpoint_v3\",\n \"requestBody\": {\n \"description\": \"GraphQL query in a stringified JSON format\",\n \"required\": true,\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\"\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n }\n }\n }\n },\n \"components\": {\n \"schemas\": {\n \"Error\": {\n \"type\": \"object\",\n \"properties\": {\n \"message\": {\n \"type\": \"string\"\n }\n }\n }\n }\n }\n}",
"action_id": "g-7e8ff5bccf43875ef77ebad901fe38742621b79b",
"api_key": "API KEY REDACTED - CLASSIC / PERSONAL TOKENS TRIED",
"auth": {
"type": "service_http",
"authorization_type": "bearer",
"custom_auth_header": ""
},
"privacy_policy_url": "https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"
}
},
{
"type": "browser"
}
]```