From 04a9276e8080242955820b5922a33aec8fe1239d Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Wed, 15 Oct 2025 14:51:38 -0400 Subject: [PATCH] feat(token): request nodejs.org `GH_USER_TOKEN` --- request-an-access-token.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/request-an-access-token.md b/request-an-access-token.md index 2475dd6..a2bd637 100644 --- a/request-an-access-token.md +++ b/request-an-access-token.md @@ -42,15 +42,16 @@ replaced. This should be no longer than 1 year. The "pull request" is the PR that initially requested the token, or requested permission scope changes. The PR should describe the permission scopes requested. -Repo | Secret name | Expiration date | Pull Request | ---- | --- | --- | --- | -[`nodejs/import-in-the-middle`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2026-08-06 | | -[`nodejs/node-core-utils`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2026-09-18 | | -[`nodejs/wasm-builder`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2025-10-01 | | -[`nodejs/amaro`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2025-12-11 | | -[`nodejs/node-gyp`][] | `GH_USER_TOKEN` | 2026-01-28 | | -[`nodejs-private/security-release`][] | `SECURITY_WG_GITHUB_TOKEN` | 2026-02-06 | | -[`nodejs/require-in-the-middle`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2026-02-07 | | +Repo | Secret name | Expiration date | Pull Request | +--- | --- | --- | --- | +[`nodejs/import-in-the-middle`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2026-08-06 | | +[`nodejs/node-core-utils`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2026-09-18 | | +[`nodejs/wasm-builder`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2025-10-01 | | +[`nodejs/amaro`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2025-12-11 | | +[`nodejs/node-gyp`][] | `GH_USER_TOKEN` | 2026-01-28 | | +[`nodejs-private/security-release`][] | `SECURITY_WG_GITHUB_TOKEN` | 2026-02-06 | | +[`nodejs/require-in-the-middle`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2026-02-07 | | +[`nodejs/nodejs.org`][] | `GH_USER_TOKEN` | | | [`@nodejs-github-bot`]: https://github.com/nodejs-github-bot [`nodejs-private/security-release`]: https://github.com/nodejs-private/security-release @@ -61,3 +62,4 @@ Repo | Secret name | Expirati [`nodejs/require-in-the-middle`]: https://github.com/nodejs/require-in-the-middle [`nodejs/wasm-builder`]: https://github.com/nodejs/wasm-builder [`nodejs/doc-kit`]: https://github.com/nodejs/doc-kit +[`nodejs/nodejs.org`]: https://github.com/nodejs/nodejs.org