Skip to content

Commit 981426d

Browse files
committed
feat: Change channel to coscup-2026
1 parent df95e2d commit 981426d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async function main() {
2929
throw new Error('CALENDAR_ID environment variable is not set.');
3030
}
3131

32-
const channel = process.env.MATTERMOST_CHANNEL || 'coscup-2025'; // Use env var or default
32+
const channel = process.env.MATTERMOST_CHANNEL || 'coscup-2026'; // Use env var or default
3333

3434
try {
3535
const events = await getUpcomingEvents(calendarId);

0 commit comments

Comments
 (0)