github-actions[bot]
Update from GitHub Actions
b68afdb
import{d as t,b as e}from"../../nitro/nitro.mjs";import"node:http";import"node:https";import"node:events";import"node:buffer";import"node:fs";import"node:path";import"node:crypto";import"node:url";const o={accept:"application/json","content-type":"application/json","editor-version":"Neovim/0.9.2","editor-plugin-version":"copilot.lua/1.11.4","user-agent":"GithubCopilot/1.133.0"},n=t((async t=>{try{const o=e(t),n=o.device_code;let i=await checkGithubAuth(n),c=0;const r=1e3*Number(o.interval);for(;!(i||(await new Promise((t=>setTimeout(t,r))),i=await checkGithubAuth(n),c+=1,c*r>45e3)););if(i)return{token:i};throw new Error("获取超时")}catch(t){throw t}}));async function checkGithubAuth(t){const e=await fetch("https://github.com/login/oauth/access_token",{method:"POST",headers:o,body:JSON.stringify({client_id:"Iv1.b507a08c87ecfe98",device_code:t,grant_type:"urn:ietf:params:oauth:grant-type:device_code"})});if(!e.ok)return console.log("Failed to fetch access token"),"";const n=await e.json();if(!("access_token"in n))return console.log("access_token not in response"),"";const{access_token:i,token_type:c}=n;return i}export{n as default};