Skip to content

Commit 5f3fd22

Browse files
committed
Fix PAT scopes for reclaiming mannequins
Reporter found that admin:org alone is insufficient and causes a FORBIDDEN error. The correct scopes are repo, admin:org, workflow, matching the other migration tasks.
1 parent e0426b5 commit 5f3fd22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/reusables/enterprise-migration-tool/github-pat-required-scopes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Task | Organization owner | Migrator
88
Assigning the migrator role for repository migrations | `admin:org` | {% octicon "dash" aria-label="Not applicable" %}
99
Running a repository migration (destination organization) | `repo`, `admin:org`, `workflow` | `repo`, `read:org`, `workflow`
1010
Downloading a migration log | `repo`, `admin:org`, `workflow` | `repo`, `read:org`, `workflow`
11-
Reclaiming mannequins | `admin:org` | {% octicon "dash" aria-label="Not applicable" %}
11+
Reclaiming mannequins | `repo`, `admin:org`, `workflow` | {% octicon "dash" aria-label="Not applicable" %}

0 commit comments

Comments
 (0)