Skip to content

Commit 8ef2f39

Browse files
authored
Add require-in-the-middle release token (#951)
1 parent f5bb09b commit 8ef2f39

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

request-an-access-token.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,21 @@ replaced. This should be no longer than 1 year.
4242
The "pull request" is the PR that initially requested the token, or requested
4343
permission scope changes. The PR should describe the permission scopes requested.
4444

45-
Repo | Secret name | Expiration date | Pull Request |
46-
--- | --- | --- | --- |
47-
[`nodejs/import-in-the-middle`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2025-07-23 | <https://github.com/nodejs/admin/pull/902> |
48-
[`nodejs/node-core-utils`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2025-09-01 | <https://github.com/nodejs/admin/pull/915> |
49-
[`nodejs/wasm-builder`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2025-10-01 | <https://github.com/nodejs/admin/pull/926> |
50-
[`nodejs/amaro`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2025-12-11 | <https://github.com/nodejs/admin/pull/933> |
51-
[`nodejs/node-gyp`][] | `GH_USER_TOKEN` | 2026-01-28 | <https://github.com/nodejs/admin/pull/935> |
52-
[`nodejs-private/security-release`][] | `SECURITY_WG_GITHUB_TOKEN` | 2026-02-06 | <https://github.com/nodejs/admin/pull/950> |
45+
Repo | Secret name | Expiration date | Pull Request |
46+
--- | --- | --- | --- |
47+
[`nodejs/import-in-the-middle`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2025-07-23 | <https://github.com/nodejs/admin/pull/902> |
48+
[`nodejs/node-core-utils`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2025-09-01 | <https://github.com/nodejs/admin/pull/915> |
49+
[`nodejs/wasm-builder`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2025-10-01 | <https://github.com/nodejs/admin/pull/926> |
50+
[`nodejs/amaro`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2025-12-11 | <https://github.com/nodejs/admin/pull/933> |
51+
[`nodejs/node-gyp`][] | `GH_USER_TOKEN` | 2026-01-28 | <https://github.com/nodejs/admin/pull/935> |
52+
[`nodejs-private/security-release`][] | `SECURITY_WG_GITHUB_TOKEN` | 2026-02-06 | <https://github.com/nodejs/admin/pull/950> |
53+
[`nodejs/require-in-the-middle`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2026-02-07 | <https://github.com/nodejs/admin/pull/951> |
5354

5455
[`@nodejs-github-bot`]: https://github.com/nodejs-github-bot
56+
[`nodejs-private/security-release`]: https://github.com/nodejs-private/security-release
5557
[`nodejs/amaro`]: https://github.com/nodejs/amaro
5658
[`nodejs/import-in-the-middle`]: https://github.com/nodejs/import-in-the-middle
5759
[`nodejs/node-core-utils`]: https://github.com/nodejs/node-core-utils
5860
[`nodejs/node-gyp`]: https://github.com/nodejs/node-gyp
59-
[`nodejs-private/security-release`]: https://github.com/nodejs-private/security-release
61+
[`nodejs/require-in-the-middle`]: https://github.com/nodejs/require-in-the-middle
6062
[`nodejs/wasm-builder`]: https://github.com/nodejs/wasm-builder

0 commit comments

Comments
 (0)