File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ steps as:
20
20
and requested permission scopes only.
21
21
1 . Save the token as a repository secret at ` https://github.com/<org>/<repo>/settings/secrets/actions ` ,
22
22
do not reveal the token to the anyone in plaintext.
23
+ 1 . If necessary, grant write access to [ ` @nodejs-github-bot ` ] [ ] at
24
+ ` https://github.com/<org>/<repo>/settings/access ` .
23
25
1 . Land the PR.
24
26
25
27
Fine-grained tokens created with access to https://github.com/nodejs resources will
@@ -34,9 +36,16 @@ The "secret name" is a string that the secret can be referenced in the GitHub Ac
34
36
scripts. Like a secret name of ` RELEASE_PLEASE_TOKEN ` can be accessed from the script
35
37
as ` ${{ secrets.RELEASE_PLEASE_TOKEN }} ` .
36
38
37
- Repo | Secret name
38
- --- | ---
39
- nodejs/import-in-the-middle | RELEASE_PLEASE_GITHUB_TOKEN
39
+ The "expiration date" is the date before which the token should be renewed and
40
+ replaced. This should be no longer than 1 year.
41
+
42
+ The "pull request" is the PR that initially requested the token, or requested
43
+ permission scope changes. The PR should describe the permission scopes requested.
44
+
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 > |
40
48
41
49
42
50
[ `@nodejs-github-bot` ] : https://github.com/nodejs-github-bot
51
+ [ `nodejs/import-in-the-middle` ] : https://github.com/nodejs/import-in-the-middle
You can’t perform that action at this time.
0 commit comments