mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-23 00:29:08 +08:00
lint
This commit is contained in:
parent
d7dd89f52b
commit
a7aa89a929
@ -4,7 +4,6 @@ import { IRequestOptions } from '@actions/http-client/interfaces'
|
||||
import {HttpClient} from '@actions/http-client'
|
||||
import {BearerCredentialHandler} from '@actions/http-client/auth'
|
||||
import {debug, setSecret} from './core'
|
||||
|
||||
interface TokenResponse {
|
||||
value?: string
|
||||
}
|
||||
@ -42,9 +41,7 @@ export class OidcClient {
|
||||
return runtimeUrl
|
||||
}
|
||||
|
||||
private static async getCall(
|
||||
id_token_url: string
|
||||
): Promise<string> {
|
||||
private static async getCall(id_token_url: string): Promise<string> {
|
||||
const httpclient = OidcClient.createHttpClient()
|
||||
|
||||
const res = await httpclient
|
||||
|
Loading…
x
Reference in New Issue
Block a user