@theholocron/cli 3.13.0 → 3.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.mjs +6 -4
- package/dist/cli.mjs.map +1 -1
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -3453,11 +3453,13 @@ async function runSetup(input) {
|
|
|
3453
3453
|
print(style.hint(" · Workflows — read and write"));
|
|
3454
3454
|
print(style.hint(" · Metadata — read (added automatically)"));
|
|
3455
3455
|
print("");
|
|
3456
|
-
print(style.hint(" Org-scoped operations (teams, custom properties)
|
|
3457
|
-
print(style.hint(" HOLOCRON_ORG_TOKEN — a PAT
|
|
3456
|
+
print(style.hint(" Org-scoped operations (teams, custom properties) require"));
|
|
3457
|
+
print(style.hint(" HOLOCRON_ORG_TOKEN — a fine-grained PAT with resource owner set to the org:"));
|
|
3458
3458
|
print("");
|
|
3459
|
-
print(style.hint(" ·
|
|
3460
|
-
print(style.hint(" ·
|
|
3459
|
+
print(style.hint(" · Administration — read and write (repository permission)"));
|
|
3460
|
+
print(style.hint(" · Members — read (organization permission)"));
|
|
3461
|
+
print(style.hint(" · Organization custom properties — read and write (organization permission)"));
|
|
3462
|
+
print(style.hint(" · Metadata — read (repository permission, auto-included)"));
|
|
3461
3463
|
print("");
|
|
3462
3464
|
print(style.hint(" Create tokens at: https://github.com/settings/personal-access-tokens/new"));
|
|
3463
3465
|
print(style.hint(" Then re-run: holocron setup --token <your-admin-pat>"));
|