Skip to content

Commit

Permalink
fix: create PAT docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalgalaw committed Dec 3, 2024
1 parent 4a43839 commit e4259b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ To start developing, you need the following tools installed:

## Getting Started

1. Get yourself a GitHub PAT for development purposes with access to an Organization where the runners will be registered.
1. Get yourself a GitHub PAT for development purposes with access to a Repository where the runners will be
registered. Your PAT needs the following permissions:
- `Administration`: Read & write - needed to generate JIT config/registration token, remove runners, etc.
- `Metadata`: Read-only - automatically enabled by above
- `Webhooks`: Read & write - needed to install webhooks on repositories

1. To spin up GitHub Action Runners with `garm`, the `garm-operator` needs some CRs which can be created by the
following command.
Expand Down

0 comments on commit e4259b5

Please sign in to comment.