Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 627 Bytes

README.org

File metadata and controls

29 lines (20 loc) · 627 Bytes

org

Org management

Creating a token

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

Intially dumping the org config

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