Files
release-action/node_modules/@actions/github/lib/internal/utils.d.ts
Nick Cipollo 65f33a2c24
Some checks failed
Test / check_pr (push) Has been cancelled
Prepare release 1.8.7
2021-08-05 16:52:42 -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;