mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 12:50:38 +08:00
Update github.md
This commit is contained in:
@ -159,6 +159,9 @@ cp pr_agent/settings/.secrets_template.toml pr_agent/settings/.secrets.toml
|
|||||||
|
|
||||||
## Deploy as a Lambda Function
|
## Deploy as a Lambda Function
|
||||||
|
|
||||||
|
Note that since AWS Lambda env vars cannot have "." in the name, you can replace each "." in an env variable with "__".<br>
|
||||||
|
For example: `GITHUB.WEBHOOK_SECRET` --> `GITHUB__WEBHOOK_SECRET`
|
||||||
|
|
||||||
1. Follow steps 1-5 from [here](#run-as-a-github-app).
|
1. Follow steps 1-5 from [here](#run-as-a-github-app).
|
||||||
2. Build a docker image that can be used as a lambda function
|
2. Build a docker image that can be used as a lambda function
|
||||||
```shell
|
```shell
|
||||||
|
Reference in New Issue
Block a user