Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 607 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 607 Bytes

ghat

integration-test Go Report Card

GitHub App Token

http service to allow receiving a scoped token from a GHA workflow.

Requirements

The vault server that is configured in the sidecar needs the GitHub app private key

vault kv put \
  -mount="secret" \
  "libops-ghat/github-app-key" \
  key="$(cat /path/to/private-key.pem | base64)"