Skip to content

Commit 28bdc1a

Browse files
build(release): 3.0.0-beta.5 [skip ci]
# [3.0.0-beta.5](v3.0.0-beta.4...v3.0.0-beta.5) (2026-03-13) * fix!: require `NODE_USE_ENV_PROXY` for proxy support ([#342](#342)) ([d53a1cd](d53a1cd)) ### BREAKING CHANGES * Custom proxy handling has been removed. If you use HTTP_PROXY or HTTPS_PROXY, you must now also set NODE_USE_ENV_PROXY=1 on the action step.
1 parent d53a1cd commit 28bdc1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "create-github-app-token",
33
"private": true,
44
"type": "module",
5-
"version": "3.0.0-beta.4",
5+
"version": "3.0.0-beta.5",
66
"description": "GitHub Action for creating a GitHub App Installation Access Token",
77
"engines": {
88
"node": ">=24.4.0"

0 commit comments

Comments
 (0)