| commit | b23799df93d9b02677efff2796581591d8227be0 | [log] [tgz] |
|---|---|---|
| author | iomodo <iomodo@v1.dodo.cloud> | Thu Jul 31 14:08:22 2025 +0400 |
| committer | iomodo <iomodo@v1.dodo.cloud> | Thu Jul 31 14:08:22 2025 +0400 |
| tree | ba279dded307f5112e8d6df4dde7517a3dc34bfa | |
| parent | 90de915054d2f6331fa0b99d70a15f5a830db0f2 [diff] [blame] |
Add proposal approval api endpoint Change-Id: I3ab864af51735ee7c484df9c66d0b3ec2f6acb36
diff --git a/server/config.yaml b/server/config.yaml index 0842f0e..5ce3fec 100644 --- a/server/config.yaml +++ b/server/config.yaml
@@ -13,6 +13,7 @@ token: "${GITHUB_TOKEN}" owner: "iomodo" # Replace with your GitHub username repo: "staff" # Replace with your repository name + webhook_secret: "${GITHUB_WEBHOOK_SECRET}" # Secret for webhook signature validation git: repo_path: "/Users/shota/github/staff/"