Skip to content

Commit 93245b8

Browse files
hubyrodclaude
andcommitted
Hardcode skip group ID instead of reading from env var
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 244692f commit 93245b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const config: SkiphooksConfig = {
1717
authToken: process.env.SLASHWORK_AUTH_TOKEN_SKJS!,
1818
},
1919
skip: {
20-
id: process.env.SLASHWORK_GROUP_ID_SKIP!,
20+
id: "g_cQCWnkXg9OvL08OvMC6XKZ",
2121
authToken: process.env.SLASHWORK_AUTH_TOKEN_SKIP!,
2222
},
2323
},

0 commit comments

Comments
 (0)