Org management
generate token at https://github.com/settings/tokens?type=beta. selecting:
- admin:write; and
- repo:write
with permissions to all repositories owned by the organisation
set the token:
gh secrets set GH_TOKEN
dump all of the org to a config file in a separate file as a starter
go run k8s.io/test-infra/prow/cmd/peribolos@latest --github-token-path ./token --dump-full --dump thisisnottheorganisationyourelookingfor \
| tee config-full-starter.yaml