build(release): 1.8.0 [skip ci]
# [1.8.0](https://github.com/actions/create-github-app-token/compare/v1.7.0...v1.8.0) (2024-02-08)
### Features
* add proxy support ([#102](https://github.com/actions/create-github-app-token/issues/102)) ([1f82f7d](https://github.com/actions/create-github-app-token/commit/1f82f7df931fbb9a6ba4a94ffacb46eb12eba094))
This commit is contained in:
Vendored
+1
@@ -27782,6 +27782,7 @@ var request_default = import_request.request.defaults({
|
|||||||
"user-agent": "actions/create-github-app-token"
|
"user-agent": "actions/create-github-app-token"
|
||||||
},
|
},
|
||||||
baseUrl,
|
baseUrl,
|
||||||
|
/* c8 ignore next */
|
||||||
request: proxyUrl ? { fetch: proxyFetch } : {}
|
request: proxyUrl ? { fetch: proxyFetch } : {}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
@@ -20348,6 +20348,7 @@ var request_default = import_request.request.defaults({
|
|||||||
"user-agent": "actions/create-github-app-token"
|
"user-agent": "actions/create-github-app-token"
|
||||||
},
|
},
|
||||||
baseUrl,
|
baseUrl,
|
||||||
|
/* c8 ignore next */
|
||||||
request: proxyUrl ? { fetch: proxyFetch } : {}
|
request: proxyUrl ? { fetch: proxyFetch } : {}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
"name": "create-github-app-token",
|
"name": "create-github-app-token",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.7.0",
|
"version": "1.8.0",
|
||||||
"description": "GitHub Action for creating a GitHub App Installation Access Token",
|
"description": "GitHub Action for creating a GitHub App Installation Access Token",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "esbuild main.js post.js --bundle --outdir=dist --out-extension:.js=.cjs --platform=node --target=node20.0.0",
|
"build": "esbuild main.js post.js --bundle --outdir=dist --out-extension:.js=.cjs --platform=node --target=node20.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user