Files
release-action/node_modules/@actions/github/lib/internal/utils.d.ts
Nick Cipollo 238505795d
Some checks failed
Test / check_pr (push) Has been cancelled
Prepare 1.8.9 release
2021-09-12 18:09:12 -04:00

7 lines
349 B
TypeScript

/// <reference types="node" />
import * as http from 'http';
import { OctokitOptions } from '@octokit/core/dist-types/types';
export declare function getAuthString(token: string, options: OctokitOptions): string | undefined;
export declare function getProxyAgent(destinationUrl: string): http.Agent;
export declare function getApiBaseUrl(): string;