From 8ef2f392bd0150571651faa57a6a1f6c060d0ac4 Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Thu, 6 Feb 2025 23:04:18 +0000 Subject: [PATCH] Add require-in-the-middle release token (#951) --- 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 6ca72d0..42d9dac 100644 --- a/request-an-access-token.md +++ b/request-an-access-token.md @@ -42,19 +42,21 @@ 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` | 2025-07-23 | | -[`nodejs/node-core-utils`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2025-09-01 | | -[`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 | | +Repo | Secret name | Expiration date | Pull Request | +--- | --- | --- | --- | +[`nodejs/import-in-the-middle`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2025-07-23 | | +[`nodejs/node-core-utils`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2025-09-01 | | +[`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-github-bot`]: https://github.com/nodejs-github-bot +[`nodejs-private/security-release`]: https://github.com/nodejs-private/security-release [`nodejs/amaro`]: https://github.com/nodejs/amaro [`nodejs/import-in-the-middle`]: https://github.com/nodejs/import-in-the-middle [`nodejs/node-core-utils`]: https://github.com/nodejs/node-core-utils [`nodejs/node-gyp`]: https://github.com/nodejs/node-gyp -[`nodejs-private/security-release`]: https://github.com/nodejs-private/security-release +[`nodejs/require-in-the-middle`]: https://github.com/nodejs/require-in-the-middle [`nodejs/wasm-builder`]: https://github.com/nodejs/wasm-builder