Merge pull request #22499 from Elya29/patch-1

Update writing.md
This commit is contained in:
Ben Lambert
2024-02-07 13:59:41 +01:00
committed by GitHub
+3 -1
View File
@@ -220,6 +220,8 @@ clientSecret: someGithubAppClientSecret
webhookSecret: someWebhookSecret
privateKey: |
-----BEGIN RSA PRIVATE KEY-----
SomeRsaPrivateKey
SomeRsaPrivateKeySecurelyStored
-----END RSA PRIVATE KEY-----
```
**Warning: Sensitive information, such as private keys, should not be hard coded**. We recommend that this entire file should be a secret and stored as such in a secure storage solution like Vault, to ensure they are neither exposed nor misused. This example key part only shows the format on how to use the yaml | syntax to make sure that the key is valid.