Skip to content

Commit

Permalink
build(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](actions/create-github-app-token@v1.7.0...v1.8.0) (2024-02-08)

### Features

* add proxy support ([actions#102](actions#102)) ([1f82f7d](actions@1f82f7d))
  • Loading branch information
semantic-release-bot committed Feb 8, 2024
1 parent 1f82f7d commit f4c6bf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/main.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -27782,6 +27782,7 @@ var request_default = import_request.request.defaults({
"user-agent": "actions/create-github-app-token"
},
baseUrl,
/* c8 ignore next */
request: proxyUrl ? { fetch: proxyFetch } : {}
});

Expand Down
1 change: 1 addition & 0 deletions dist/post.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -20348,6 +20348,7 @@ var request_default = import_request.request.defaults({
"user-agent": "actions/create-github-app-token"
},
baseUrl,
/* c8 ignore next */
request: proxyUrl ? { fetch: proxyFetch } : {}
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "create-github-app-token",
"private": true,
"type": "module",
"version": "1.7.0",
"version": "1.8.0",
"description": "GitHub Action for creating a GitHub App Installation Access Token",
"scripts": {
"build": "esbuild main.js post.js --bundle --outdir=dist --out-extension:.js=.cjs --platform=node --target=node20.0.0",
Expand Down

0 comments on commit f4c6bf6

Please sign in to comment.