Skip to content

Commit

Permalink
Merge pull request #20 from m7kvqbe1/feat/update-readme-pat-scopes
Browse files Browse the repository at this point in the history
Update README.md PAT_TOKEN scopes
  • Loading branch information
m7kvqbe1 authored Oct 15, 2024
2 parents e3376b8 + fbc34d4 commit 3e77c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A GitHub Action to move issues between GitHub Projects V2 columns based on speci

| Input | Description | Required |
| ----------------- | -------------------------------------------------------------------------------------------------- | -------- |
| `github-token` | You will need to create a PAT (Personal Access Token) with the `repo` and `admin:org` scopes. | Yes |
| `github-token` | Create a Personal Access Token (Classic) with the `public_repo` and `project` scopes. | Yes |
| `project-url` | The URL of the GitHub Project V2. | Yes |
| `target-labels` | Comma-separated list of labels that should trigger the action (e.g., "Size: Small, Size: Medium"). | Yes |
| `target-column` | The target column name to move the issue to (e.g., "Candidates for Ready"). | Yes |
Expand Down

0 comments on commit 3e77c37

Please sign in to comment.