Skip to content

Commit 2470a56

Browse files
committed
add linear webhook example
1 parent cb3b725 commit 2470a56

File tree

4 files changed

+2392
-0
lines changed

4 files changed

+2392
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
LINEAR_ACCESS_TOKEN="..."
2+
LINEAR_SIGNING_SECRET="..."
3+
LINEAR_TEAM_ID="..."
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[project]
2+
name = "linear-webhook-example"
3+
version = "0.1.0"
4+
description = "Linear webhook example for Codegen"
5+
requires-python = ">=3.13"
6+
dependencies = [
7+
"modal>=0.73.25",
8+
"codegen",
9+
]
10+
11+
[tool.uv.sources]
12+
codegen = { git = "https://github.com/codegen-sh/codegen-sdk", rev = "rpatel/wip-events-decorator" }

0 commit comments

Comments
 (0)