PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@sigstore/sign/dist/identity

Просмотр файла: ci.d.ts

import type { IdentityProvider } from './provider';
/**
 * CIContextProvider is a composite identity provider which will iterate
 * over all of the CI-specific providers and return the token from the first
 * one that resolves.
 */
export declare class CIContextProvider implements IdentityProvider {
    private audience;
    constructor(audience?: string);
    getToken(): Promise<string>;
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!